Install the SQLDBC software component.
More information: Glossary, Installation
Add the path of the SQLDBC libraries to the LD_LIBRARY_PATH environmental variable:
Microsoft Windows: <independent_program_path>/pgm
Unix and Linux: <independent_program_path>/lib
The following files are installed on your computer.
libSQLDBC is the runtime library libSQLDBC for executing programs that access SAP MaxDB databases. It contains the following libraries, which all run independently of each other:
Version-independent runtime library libSQLDBC.dll or libSQLDBC.so (Unix and Linux)
Version-dependent runtime library libSQLDBC<version>.dll or libSQLDBC<version>.so (Unix and Linux)
Example
libSQLDBC76.dll for SAP MaxDB 7.6
Runtime library libSQLDBC_C.dll for the support of native C applications
SQLDBC SDK is a software development kit for developing database applications and database interfaces for SAP MaxDB. It contains the following files:
Header file SQLDBC.h for C++
Header file SQLDBC_C.h for C
Static and dynamic link libraries for C and C++
The files are installed in the <independent_program_path>/sdk/sqldbc directory.
sqldbc_cons is the executable for writing SQLDBC traces.
More information: Using the SQLDBC Trace