ODBC API Implementation Summary

Microsoft's ODBC documentation is online.

The functions are linked to the reference page on Microsoft's website. [28]

Table 11.3. ODBC API Implementation Summary

CategoryFunctionStatusComments
(all)SQLAllocConnectOK 
(all)SQLAllocEnvOK 
(all)SQLAllocHandleOK 
(all)SQLAllocStmtOK 
(all)SQLBindColOK 
(all)SQLBindParamOK 
(all)SQLBindParameterOK 
(all)SQLBrowseConnect  
(all)SQLCancelOK 
(all)SQLCloseCursorOK 
(all)SQLColAttributeOK 
(all)SQLColAttributesOK 
(all)SQLColumnPrivilegesOK 
(all)SQLColumnsOK 
(all)SQLConnectOK 
(all)SQLCopyDescOK 
(all)SQLDescribeColOK 
(all)SQLDescribeParamunimplemented 
(all)SQLDisconnectOK 
(all)SQLDriverConnectOK 
(all)SQLEndTranOK 
(all)SQLErrorOK 
(all)SQLExecDirectOK 
(all)SQLExecuteOK 
(all)SQLExtendedFetchOK 
(all)SQLFetchOK 
(all)SQLFetchScrollOK 
(all)SQLForeignKeysOK 
(all)SQLFreeConnectOK 
(all)SQLFreeEnvOK 
(all)SQLFreeHandleOK 
(all)SQLFreeStmtOK 
(all)SQLGetConnectAttrOK 
(all)SQLGetConnectOptionOK 
(all)SQLGetCursorNameOK 
(all)SQLGetDataOK 
(all)SQLGetDescFieldOK 
(all)SQLGetDescRecOK 
(all)SQLGetDiagFieldOK 
(all)SQLGetDiagRecOK 
(all)SQLGetEnvAttrOK 
(all)SQLGetFunctionsOK 
(all)SQLGetInfoOK 
(all)SQLGetStmtAttrOK 
(all)SQLGetStmtOptionOK 
(all)SQLGetTypeInfoOK 
(all)SQLMoreResultsOK 
(all)SQLNativeSqlpartial 
(all)SQLNumParamsOK 
(all)SQLNumResultColsOK 
(all)SQLParamDataOK 
(all)SQLParamOptionsOK 
(all)SQLPrepareOK 
(all)SQLPrimaryKeysOK 
(all)SQLProcedureColumnsOK 
(all)SQLProceduresOK 
(all)SQLPutDataOK 
(all)SQLRowCountOK 
(all)SQLSetConnectAttrOK 
(all)SQLSetConnectOptionOK 
(all)SQLSetCursorNameOK 
(all)SQLSetDescFieldOK 
(all)SQLSetDescRecOK 
(all)SQLSetEnvAttrpartial 
(all)SQLSetPosOK 
(all)SQLSetParamOK 
(all)SQLSetScrollOptionOK 
(all)SQLSetStmtAttrOK 
(all)SQLSetStmtOptionOK 
(all)SQLSpecialColumnsOK 
(all)SQLStatisticsOK 
(all)SQLTablePrivilegesOK 
(all)SQLTablesOK 
(all)SQLTransactOK 



[28] Links such as these are quite perishable. Should you find them broken, please check the FreeTDS User Guide posted on our website. If it's out of date, please let us know, so we can correct it. Thanks.