Showing related tags and posts accross the entire site.
-
Hi, I have a windows app that uses the default .netTiers connection string at startup ( netTiersConnectionString ), however, as this is connection string in the application I am unable to change this during runtime. I need to find a way to be able to edit the connection string during runtime and it use...
-
Hello, I'm working with dinamic connection strings and I have done it correctly in the Service Layer using this sentences: MyProject.Service.ConnectionScope.Current.ConnectionStringKey = "DinnamicConnectionStringKey"; MyProject.Service.ConnectionScope.Current.DynamicConnectionString = newConnectionString;...
-
Connecting to multiple databases has been covered but here is a new twist: Background I have code-generated the base requirements to the source database. I have been able to get additional SQL Server connections to work by adding a SqlNetTiersProvider at run-time. Question The application needs to connect...