T
Tirrell Cotton
I've created a small n-tiered application similar to the one created in this
demo video:
http://windowsclient.net/learn/video.aspx?v=14625&CommentPosted=true#commentmessage
The application has all of it's data access code in a seperate class library
that uses strong typed datasets and table adapters. This class library also
contains an app.config file that stores the connection string to the
database. When the project is deployed it is a .dll file (like all class
library projects). How can I change the connection string without
re-compiling the project?
demo video:
http://windowsclient.net/learn/video.aspx?v=14625&CommentPosted=true#commentmessage
The application has all of it's data access code in a seperate class library
that uses strong typed datasets and table adapters. This class library also
contains an app.config file that stores the connection string to the
database. When the project is deployed it is a .dll file (like all class
library projects). How can I change the connection string without
re-compiling the project?