On Microsoft Windows, you need Microsoft Data Access Components (MDAC) Version 2.7 or higher.
The ODBC driver is part of the SAP MaxDB software.
Operating System |
File name |
Description |
---|---|---|
Microsoft Windows |
sdbodbc.dll sdbodbcw.dll |
Library of the SAP MaxDB ODBC driver (ASCII) Library of the SAP MaxDB ODBC driver (Unicode) |
- |
odbcreg.exe |
Program for entering the driver information in the registry |
Unix and Linux |
libsdbodbc.a, libsdbodbc.so libsdbodbcw.a, libsdbodbcw.so |
Library of the SAP MaxDB ODBC driver (ASCII, static/dynamic) Library of the SAP MaxDB ODBC driver (Unicode, static/dynamic) |
- |
incl/sql.h |
ODBC driver header file (core API) |
- |
incl/sqlext.h |
ODBC driver header file (level 1 API and level 2 API) |
- |
incl/sqltypes.h |
ODBC driver header file (data types) |
- |
incl/sqlucode.h |
ODBC driver header file (Unicode) |
- |
incl/WINDOWS.H |
Header file for Unix and Linux platforms |
The ODBC driver files are located in the following directories:
Operating System |
Directory |
Comments |
---|---|---|
Microsoft Windows |
<installation_path>\pgm Note You can display the installation path using the dbm_getpath DBM command: dbmcli dbm_getpath InstallationPath For more information, see Database Manager CLI, dbm_getpath. End of the note. Example: C:\Program Files\sdb\Installation_2009-07-21\pgm |
The system stores information about all installed ODBC drivers in the registry in the key HKEY_LOCAL_MACHINE/SOFTWARE/ODBC/ODBCINST.INI and also creates a driver-specific key for each ODBC driver. |
Unix and Linux |
<installation_path>/lib or <installation_path>/lib/lib64 Example: /opt/sdb/Installation_5/lib |
- |