Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. melakeside

    ODBC Connection w/VB 6.0

    You can mess around with this code and see if it will work for you. Option Compare Database Option Explicit 'In order for the program to run successfully, the ODBC System Data source 'should appear as: Amisys-Live ' 'The error code associated with this problem is 3151. To fix this...
  2. melakeside

    creating ODBC driver

    I am not sure I follow. If you go through Control Panel, and find your Data Sources (Win 2000 has it under Admin Tools) you set up your drivers from there. Usually there is a driver you can use to set up another connection.
  3. melakeside

    I'm trying to connect to my access

    Sometimes with ODBC it is as simple as checking your ODBC Data Source Administrator and making sure Access is set-up correctly. You may have to remove the set-up and redo to fix your problem.
  4. melakeside

    Scirpt response for ODBC user id and password

    We use this is Access97: First: Module Option Compare Database Option Explicit 'In order for the program to run successfully, the ODBC System Data source 'should appear as: Amisys-Live ' 'The error code associated with this problem is 3151. To fix this problem: '...

Part and Inventory Search

Back
Top