PDA

Click to See Complete Forum and Search --> : Detecting ODBC drivers...


Andrew Herrmann
Mar 30th, 2000, 08:20 PM
In the ODBC Data Source Administrator, Windows provides a list of available ODBC drivers. I'd like to have access to this information through VB so that I can select the driver through code at run time.

I'm sure there's a way to do this, but I don't have any idea.

Any help is appreciated!

JHausmann
Mar 31st, 2000, 12:53 AM
If you're sunig VB 6, add a reference to "ODBC Driver & Data Source Name Functions". You will then have access to the function "GetODBCDriverList"