The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » dyamic connection
  • Connection lookup

    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 ...
    Posted to General Area (Forum) by AroglDarthu on August 24, 2008
  • Re: Changing the Default Connection

    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 ...
    Posted to General Area (Forum) by Scott.Schecter on April 5, 2007