Driver specifications
- Last Updated: March 28, 2022
- 1 minute read
- DataDirect Connectors
- ODBC
- IBM Informix Wire Protocol 8.0
- Documentation
This section describes the general functionality supported by the driver.
- ODBC Compliance: The driver is Level 1 compliant, that is,
it supports all ODBC Core and Level 1 functions.In addition, the following functions are supported:
- SQLColumnPrivileges
- SQLForeignKeys
- SQLTablePrivileges
Refer to ODBC API and scalar functions in the Progress DataDirect for ODBC Drivers Reference for a list of supported API functions.
- Isolation and lock levels: The driver supports
isolation levels 0 (read uncommitted), 1 (read committed), and 3 (serializable). The
default is 1. In addition, it supports record-level locking.
Refer to Locking and isolation levels in the Progress DataDirect for ODBC Drivers Reference for details.
- Connections and statements supported: The driver supports multiple connections and multiple statements per connection.
- SQL Support: The driver supports the minimum SQL grammar.