|
-
Oct 11th, 2000, 07:13 AM
#1
Thread Starter
Frenzied Member
Is there a way to find out if a computer have odbc driver and i mean in VB
-
Oct 11th, 2000, 08:21 AM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|