G
Guest
What is the best to pass a connection string around within an application.
For instance, if you have a static connection string that is determined at
login, how do you persist the connection string so that each call to the
database uses the same connection string without having to hard code it?
For instance, if you have a static connection string that is determined at
login, how do you persist the connection string so that each call to the
database uses the same connection string without having to hard code it?