Registering the Adaptive Server ODBC Driver

NoteYou do not need to manually register the Adaptive Server ODBC Driver if you have used the Sybase SDK installation program to install Adaptive Server ODBC Driver.

StepsManually registering Adaptive Server ODBC Driver 32-bit on Microsoft Windows x86 32-bit

  1. Change to the %SYBASE%\DataAccess\ODBC\dll directory, which contains the Adaptive Server ODBC Driver DLL.

  2. Run the regsvr32 utility to create registry entries in the HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI key:

    regsvr32 sybdrvodb.dll
    

StepsManually registering Adaptive Server ODBC Driver 64-bit on Microsoft Windows x86-64 64-bit

  1. Change to the %SYBASE%\DataAccess64\ODBC\dll directory, which contains the Adaptive Server ODBC Driver DLL.

  2. Run the regsvr32 utility to create registry entries in the HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI key:

    regsvr32 sybdrvodb64.dll
    

StepsManually registering Adaptive Server ODBC Driver 32-bit on Microsoft Windows x86-64 64-bit

  1. Change to the %SYBASE%\DataAccess\ODBC\dll directory, which contains the Adaptive Server ODBC Driver DLL.

  2. Run the regsvr32 utility to create registry entries in the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ ODBCINST.INI key:

    regsvr32 sybdrvodb.dll
    

NoteTo configure a datasource using Adaptive Server ODBC Driver 32-bit on Microsoft Windows x86-64 64-bit, use the 32-bit ODBC Data Source Administrator odbcad32.exe located by default at C:\WINDOWS\SysWOW64\.