Results 1 to 2 of 2

Thread: how can i know this

  1. #1

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606

    Unhappy

    Is there a way to find out if a computer have odbc driver and i mean in VB

  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width