Registering the Adaptive Server ODBC Driver

Use the regsvr32 to register the Adaptive Server ODBC Driver on Microsoft Windows platform manually.

Note: You 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.
  1. To register Adaptive Server 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

  2. To register Adaptive Server 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

  3. To register 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

      Note: To 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\.