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.
Manually registering Adaptive Server ODBC Driver 32-bit on Microsoft Windows x86 32-bit
Change to the %SYBASE%\DataAccess\ODBC\dll directory, which contains the Adaptive Server ODBC Driver DLL.
Run the regsvr32 utility to create registry entries in the HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI key:
regsvr32 sybdrvodb.dll
Manually registering Adaptive Server ODBC Driver 64-bit on Microsoft Windows x86-64 64-bit
Change to the %SYBASE%\DataAccess64\ODBC\dll directory, which contains the Adaptive Server ODBC Driver DLL.
Run the regsvr32 utility to create registry entries in the HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI key:
regsvr32 sybdrvodb64.dll
Manually registering Adaptive Server ODBC Driver 32-bit on Microsoft Windows
x86-64 64-bit
Change to the %SYBASE%\DataAccess\ODBC\dll directory, which contains the Adaptive Server ODBC Driver DLL.
Run the regsvr32 utility to create registry entries in the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ ODBCINST.INI key:
regsvr32 sybdrvodb.dll
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\.