hi all,

I have the following problem. I'm making a program in VB 6.0. It's a program that has been developed without the use of any database.
At the start of the program a user has to define which database he wants to use (access-database). All databases available have the same constrution (tables and fields). Either he chooses it from a listview or a combobox. Depending on the database he chooses the connections to that database has to be done at runtime.
Is it possible to realise that and what kind of code do I have to write ?