Help Center> GaussDB> Centralized_3.x> Application Development Guide> Development Based on ODBC> ODBC Packages, Dependent Libraries, and Header Files
Updated on 2024-05-07 GMT+08:00

ODBC Packages, Dependent Libraries, and Header Files

ODBC Package for the Linux OS

Obtain the package from the release package GaussDB-Kernel_Database version number_OS version number_64bit_Odbc.tar.gz. In the Linux OS, header files (including sql.h and sqlext.h) and the library (libodbc.so) are required in application development. These header files and library can be obtained from the unixODBC-2.3.7 installation package.

ODBC Package for the Windows OS

Obtain the package from the release package GaussDB-Kernel_Database version number_Windows_Odbc_X86.tar.gz (32-bit) or GaussDB-Kernel_Database version number_Windows_Odbc_X64.tar.gz (64-bit). In the Windows OS, the required header files and library files are system-resident.