You can use the sql.h and sqlext.h header files, which are part of the Microsoft compiler, to run IBM Informix ODBC Driver. To run Informix extensions, include the infxcli.h file, which is installed in INFORMIXDIR/incl/cli. This file defines IBM Informix ODBC Driver constants and types, and provides function prototypes for the IBM Informix ODBC Driver functions. If you include the infxcli.h file, it automatically includes the slq.h and sqlext.h files.
The sql.h and sqlext.h header files contain definitions of the C data types. For more information about data types, see Data Types.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]