T
Terry Olsen
I'm building a database export program where I want to allow the user to
choose a connection type (ODBC,OLEDB, or SQL), enter a connection
string, and then export the schema and a number of rows of data.
I need to fill a listbox with database names which the user id has read
access.
How would I go about getting the list of databases from a database
server such as SQL, Pervasive, Oracle, etc? Is there a generic method
that works regardless of database provider?
choose a connection type (ODBC,OLEDB, or SQL), enter a connection
string, and then export the schema and a number of rows of data.
I need to fill a listbox with database names which the user id has read
access.
How would I go about getting the list of databases from a database
server such as SQL, Pervasive, Oracle, etc? Is there a generic method
that works regardless of database provider?