ContentsIndexPreviousNext

A.1.2 API Conformance

API Conformance Level Function AcuODBC V 5.2
Core API SQLAllocConnect F
SQLAllocEnv F
SQLAllocStmt F
SQLBindCol F
SQLCancel F
SQLColAttributes F
SQLConnect F
SQLDescribeCol F
SQLDisconnect F
SQLError F
SQLExecDirect F
SQLExecute F
SQLFetch F
SQLFreeConnect F
SQLFreeEnv F
SQLFreeStmt F
SQLGetCursorName F
SQLNumResultCols F
SQLPrepare F
SQLRowCount F
SQLSetCursorName I
SQLTransact F
Level 1 API SQLBindParameter F
SQLColumns F
SQLDriverConnect F
SQLGetConnectOption F
SQLGetData F
SQLGetFunctions I[6]
SQLGetInfo F
SQLGetStmtOption F
SQLGetTypeInfo F
SQLParamData F
SQLPutData F
SQLSetConnectOption P[7]
SQLSetStmtOption P[7]*
SQLSpecialColumns F
SQLStatistics F
SQLTables F
Level 2 API SQLBrowseConnect E[8]
SQLColumnPrivileges E[8]
SQLDataSources E[8]
SQLDescribeParam E[8]
SQLDrivers I[6]
SQLExtendedFetch P[9]*
SQLForeignKeys I
SQLMoreResults E[8]
SQLNativeSql E[8]
SQLNumParams F
SQLParamOptions E[8]
SQLPrimaryKeys E[8]
SQLProcedureColumns E[8]
SQLProcedures E[8]
SQLSetPos E[8]
SQLSetScrollOptions E[8]
SQLTablePrivileges E[8]

F = Fully supported
P = Partially supported
E = Produces error
I = Ignored

[6] These functions are supplied by the Driver Manager.
[7] Most options are inapplicable.
[8] Only Level 1 APIs are supported.
[9] Options supported are FIRST, LAST, NEXT, PREVIOUS.

*Implements rowset capabilities.