Is there a way to find out if a computer have odbc driver and i mean in VB
Printable View
Is there a way to find out if a computer have odbc driver and i mean in VB
You didn't state if you were looking for a specific ODBC file, or generic.
A quick search using the find shows a large number of ODBC*.* files. Checking the odbc*.ini files, shows the paths for the various specific THINGS you might access.
Searching directories for specific name files is fairly easy. With a recursive function searching the entire drive is not difficult. Presumably, you should be able to search an entire network for any given file, or type of file.
Since *.ini files are (at least usually are) text files, it wouldn't be hard to locate a specific driver.
Hope this helps.
Good Luck
DerFarm