Home | Previous Page | Next Page   Data Types >

Reporting Standard ODBC Types

IBM Informix ODBC Driver supports existing applications that support standard ODBC data types only. You should check the DSN option Report Standard ODBC Types to turn on this behavior. When an application sets this option, the driver sets the following behavior:

However, you can control each of the preceding behaviors individually as a connection or a statement level option. Use the following connection and statement level attributes:

Applications can use SQLSetConnectAttr and SQLSetStmtAttr to set and unset these values. (ODBC 2.x applications can use SQLSetConnectOption and SQLSetStmtOption equivalently.)

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]