|
|
Browse by Tags
All Tags » Dynamic connection string
-
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 ...
-
I have two databases (Mt and Ct),
Mt is generated to Mt.Data
Ct is generated to Ct.Data
Mt is my default database but I don't want to have to set the connection manually for the Ct database objects.
How can I get the Ct objects to automatically use the other connection info
<connectionInfo ...
-
I'm having a problem changing between different ES connections. I have read many posts regarding how to create configless connections and switch between them, but all of them use the DefaultConnection property to do so.
For my business problem, I cannot use the ES default connection. I am writing a base Framework which will be consumed by other ...
|
|
|