CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    7

    ODBC SQLConfigDriver Problem

    Hi I am trying to install my VB application which uses ADO,Microsoft Access,SQL server through installshield.When i am trying to install the access drivers on to a PC which has only windows 95 installed it gives me the following error :
    Drivers ConfigDSN,ConfigDriver or ConfigTranslator failed. Microsoft Access Driver (*.mdb)
    This error happens after the call to the function SQLConfigDriver in the odbccp32.dll Before this function call i have called the function SQLInstallDriverEx which does not return any error.
    Due to this error my application does not get installed.

    I have even tried installing micrsoft office on the machine but it gives the same error for the microsoft office setup.Could this be a version problems in the dll's

    Appreciate if u could reply ASAP


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: ODBC SQLConfigDriver Problem

    we got the same error message when we tried to install VB 5.
    MS support told us to rename odbc.ini and odbcinst.ini before running setup and re-renaming it afterwards.
    That fixed out VB 5 setup problem.
    It might be worth a try.


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

Featured