Locations of visitors to this page
    Sprouting Synapses       Minimize  

             
            Minimize  
Author: SkySigal Created: 7/11/2008 3:30 PM
.NET tips and tricks to access data.

By SkySigal on 10/3/2008 2:45 PM

I use this so often, without really thinking about how it works down below, that I was surprised to see it clearly stated:

"Connection Pools are separated by

    • Process,
    • Application Domain
    • ConnectionString"
powered by metaPost

By SkySigal on 7/11/2008 3:31 PM

 

Example for Sqlite:

<add name="myConnectionName_Sqlite" 
         connectionString="data source=|DataDirectory|testiSight.db"
         providerName="System.Data.SQLite"/>

Example for SqlServer CE:

<add name="myConnectionName_SqlServerCE"
         connectionString="Data Source=|DataDirectory|\XActiSight.sdf"
         providerName="System.Data.SqlServerCe.3.5"/>
powered by metaPost


             
Copyright 2007 by Sky Sigal