The installation procedure installs the following libraries into INFORMIXDIR/lib/cli. In each data source specification section in the odbc.ini file, set the driver value indicating the full path to one of the following library filenames.
For more information about the odbc.ini file, see The odbc.ini File.
If you do not use a driver manager, your application needs to link to either the static or the shared version of the IBM Informix ODBC Driver libraries.
The following compile command links an application to the thread-safe version of the IBM Informix ODBC Driver libraries:
cc ... -L$INFORMIXDIR/lib/cli -lifdmr - lthcli
The installation procedure installs the following libraries into INFORMIXDIR\lib.
The following compile command links an application to the thread-safe version of the IBM Informix ODBC Driver libraries:
cl ... -L$INFORMIXDIR/lib/cli iclit09b.lib
If you use a driver manager, you must link your application to the driver manager library only, as the following example shows:
cl odbc32.lib
IBM Informix ODBC Driver requires a Version 3.0 driver manager.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]