|
|
Browse by Tags
All Tags » dyamic connection
-
The current project I'm working on is based on VB6, using a lot of inline SQL statements... My job is to come up with a POC for a redo in C# 2008 (ASP.NET). I'm thinking of using ES to get a head start with the DAL and Business Entities. One of the issues I'm facing is the following:
A customer logs in and through a default connection a lookup is ...
-
Remove your config entries and set them dynamically like soCode:1 private void SetConnection()
2 {
3 if (esConfigSettings.ConnectionInfo.Default != ''SiteSqlServer'')
4 {
5 esConfigSettings ConnectionInfoSettings = esConfigSettings.ConnectionInfo;
6 foreach (esConnectionElement connection in ...
|
|
|