odbc data sources problem

Results 1 to 3 of 3
  1. #1

    odbc data sources problem

    Can anyone help?

    I am trying to delete my KAL_AUTH and KAL_DB from odbc data sources.

    but when i try to remove its keep saying:

    ODBC driver could not be loaded due to system
    error
    code 126'
    cant find liabry

    If i cant delete the kal_auth and kal_db i cant install sql.

    I`ve tried everything and nothnig help :(

    If anyone can tell me anything useful, I will be grateful.


  2. #2
    Member SirTobey is offline
    MemberRank
    Dec 2007 Join Date
    GermanyLocation
    63Posts

    Re: odbc data sources problem

    At first you should look for your ODBC Data sources,


    1.
    C:/WINDOWS/ODBCINST.INI
    file:///C:/WINDOWS/ODBC.INI
    file:///C:/WINDOWS/Help/odbcjet.chm
    file:///C:/WINDOWS/Help/odbcinst.chm
    file:///C:/WINDOWS/system32/odbcad32.exe
    file:///C:/WINDOWS/system32/odbc32gt.dll
    file:///C:/WINDOWS/system32/odbc32.dl
    lfile:///C:/WINDOWS/system32/odbc16gt.dll
    file:///C:/WINDOWS/system32/vfpodbc.dll
    file:///C:/WINDOWS/system32/sqlsodbc.chm
    file:///C:/WINDOWS/system32/odbctrac.dll
    file:///C:/WINDOWS/system32/odbcp32r.dll
    file:///C:/WINDOWS/system32/odbcjt32.dl
    lfile:///C:/WINDOWS/system32/odbcji32.dll
    file:///C:/WINDOWS/system32/odbcint.dll
    file:///C:/WINDOWS/system32/odbccu32.dllf
    ile:///C:/WINDOWS/system32/odbccr32.dll
    file:///C:/WINDOWS/system32/odbccp32.dll
    file:///C:/WINDOWS/system32/odbccp32.cpl
    file:///C:/WINDOWS/system32/odbcconf.rsp
    file:///C:/WINDOWS/system32/odbcconf.exe
    file:///C:/WINDOWS/system32/odbcconf.dll
    file:///C:/WINDOWS/system32/odbcbcp.dll
    If not, reinstall or repair it from your microsoft windows live cd.


    C:\Windows\System32\sqlsrv32.dll must be there.

    Look in the regedit. satrt > run > regedit: HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\SQL Server must have the link to sqlsrv32.dll.


    3. Method ^^
    scripting from microsoft forums ;)

    Hi,
    You may need more than just MDAC included in the image. You would need to analyze the dependencies that your application has to make sure that you include all the correct OS files and components in the runtime in order to support your app.
    You can use Dependency Walker to do this (http://dependencywalker.com) or use Sean Limings Component Helper avaialble in his toolkit (http://www.sjjmicro.com/XPES.html).
    For more info on componetizing applications see



    Last edited by SirTobey; 19-07-08 at 12:14 PM. Reason: --- Forum, Links <

  3. #3

    Re: odbc data sources problem

    tyvm



Advertisement