Communicator 3000 MPE/iX Release 6.0 (Platform Software Release C.60.00) (30216-90269)
Chapter 10 229
Technical Articles
Introducing ODBCLink/SE
Supported Functions and Commands
These are the ALLBASE/SQL and IMAGE/SQL functions and
commands supported by ODBCLink/SE:
• The complete ALLBASE/SQL and IMAGE/SQL syntax dynamic SQL
• All SQL functions
You can use the ODBC SQLGetFunctions call to obtain a list of the
supported ODBCLink/SE driver functions.
Areas Not Fully Implemented
Some areas of certain functions are not fully implemented. They are as
follows:
• SQLColAttributes
All functions will receive a return value of:
Not Implemented
except the following supported options:
Table 10-4 SQLColAttributes Supported Functions
• SQLSetConnectOptions
All functions will return this message:
Driver not Capable (SQLState S1C00)
except the following supported options:
Table 10-5 SQLSetConnect Supported Options
SQL_COLUMN_COUNT SQL_COLUMN_NAME
SQL_COLUMN_TYPE SQL_COLUMN_LENGTH
SQL_COLUMN_PRECISION SQL_COLUMN_SCALE
SQL_COLUMN_DISPLAY_SIZE SQL_COLUMN_NULLABLE
SQL_AUTOCOMMIT 1=ON (default) 0=OFF
SQL_OPT_TRACE supported by Driver Manager
SQL_OPT_TRACEFILE supported by Driver Manager
SQL_TRANSLATE_DLL supported
SQL_TRANSLATE_OPTION supported
SQL_TXN_ISOLATION supported
SQL_TXN_READ_UNCOMMITTED Read Uncommitted (RU)
SQL_TXN_READ_COMMITTED Read Committed (RC)