The ODBC include files must be used when developing ODBC applications on the UNIX systems. These files are located in:
<InstallDir>/includeThe inclusion of the ODBC Driver Manager requires some changes to compilation options for your applications.
As an example, look at:
<InstallDir>/samples/C/Makefileor
<InstallDir>/samples/C++/Makefileand corresponding platform.include files for compilation options for each UNIX platform.
If compiling C++ applications on any UNIX platform that uses ODBC Driver for Teradata, use the following compile time options:
-DODBCVER=0x0352If compiling for C applications on an IBM AIX platform, use the following compile time options:
-DODBCVER=0x0352-qlanglvl=EXTended