I am developing a database system and i would want the user to be able to select the servername at login level. this information is passed into a class which holds the connection string. every function that connects to the database refrences this class. i would like to be able to assign these values once at login and then be able to re use them over and over until the user logouts.
thank you
thank you
Comment