I have more than one database in SQL7.0.
I have the names of the databases also(at run time)
I need to know how i can change the database connection
during runtime.
That is my program will give the user the choice of selecting a database,that is i will be listing the names of the database. When the user selects a name i have to connect to that particular database. The number of databases which will be listed are the number of user defined databases in SQL. Can anybody help me.
I have the names of the databases also(at run time)
I need to know how i can change the database connection
during runtime.
That is my program will give the user the choice of selecting a database,that is i will be listing the names of the database. When the user selects a name i have to connect to that particular database. The number of databases which will be listed are the number of user defined databases in SQL. Can anybody help me.