You can place them in the web.config/app.config
 
<appSettings>
 <add key="database" value="first connection string" />
 <add key="databaseTest" value="2nd connection string" />
</appSettings>
 
and initialize a session variable "ConnectionString" that is init with the choice of the user and used in the per user datasource

--
Cheers,
Gilles

<a href="" href="http://www.amazon.com/gp/registry/6JCP7AORB0LE"> http://www.amazon.com/gp/registry/6JCP7AORB0LE">Wish List</a>

Reply via email to