Previous: 4.51.2.4.64. ogSurface.ogVLine To the Table of Contents Next: 4.53. ogFont - BitFont support for ObjGfx 4.0
4.51.2.4.64. ogSurface.ogVLine Table of Contents 4.53. ogFont - BitFont support for ObjGfx 4.0

- 4.52. -
Table of Contents
4. Standard Units
4.52. odbcSQL - ODBC SQL interface unit


4.52. odbcSQL - ODBC SQL interface unit

Targets: Win32 only


The ODBC SQL Interface unit provide the following functions:

SQLAllocConnect Function
SQLAllocEnv Function
SQLAllocHandle Function
SQLAllocStmt Function
SQLBindCol Function
SQLBindParameter Function
SQLBrowseConnect Function
SQLBulkOperations Function
SQLCancel Function
SQLCloseCursor Function
SQLColAttribute Function
SQLColAttributes Function
SQLColumnPrivileges Function
SQLColumns Function
SQLConnect Function
SQLCopyDesc Function
SQLDataSources Function
SQLDescribeCol Function
SQLDescribeParam Function
SQLDisconnect Function
SQLDriverConnect Function
SQLDrivers Function
SQLEndTran Function
SQLError Function
SQLExecDirect Function
SQLExecute Function
SQLExtendedFetch Function
SQLFetch Function
SQLFetchScroll Function
SQLForeignKeys Function
SQLFreeConnect Function
SQLFreeEnv Function
SQLFreeHandle Function
SQLFreeStmt Function
SQLGetConnectAttr Function
SQLGetConnectOption Function
SQLGetCursorName Function
SQLGetData Function
SQLGetDescField Function
SQLGetDescRec Function
SQLGetDiagField Function
SQLGetDiagRec Function
SQLGetEnvAttr Function
SQLGetFunctions Function
SQLGetInfo Function
SQLGetStmtAttr Function
SQLGetStmtOption Function
SQLGetTypeInfo Function
SQLMoreResults Function
SQLNativeSql Function
SQLNumParams Function
SQLNumResultCols Function
SQLParamData Function
SQLParamOptions Function
SQLPrepare Function
SQLPrimaryKeys Function
SQLProcedureColumns Function
SQLProcedures Function
SQLPutData Function
SQLRowCount Function
SQLSetConnectAttr Function
SQLSetConnectOption Function
SQLSetCursorName Function
SQLSetDescField Function
SQLSetDescRec Function
SQLSetEnvAttr Function
SQLSetParam Function
SQLSetPos Function
SQLSetScrollOptions Function
SQLSetStmtAttr Function
SQLSetStmtOption Function
SQLSpecialColumns Function
SQLStatistics Function
SQLTablePrivileges Function
SQLTables Function
SQLTransact Function


For more info look the "..." in WIN32.HLP.

Mapping Deprecated Functions
Deprecated functions are mapped by the ODBC 3.x Driver Manager to guarantee backward compatibility of ODBC 3.x drivers that are used with ODBC 2.xapplications. The Driver Manager performs this mapping regardless ofthe version of the application. Because each of the ODBC 2.x functions in the following list is mapped to the corresponding ODBC 3.x function when called in an ODBC 3.x driver, the ODBC 3.x driver does not have to implement the ODBC 2.x functions.

The mapping in the list is triggered when the driver is an ODBC 3.x driver and the driver does not support the function that is being mapped.

The following table lists all duplicated functionality that was introduced in ODBC 3.x. ODBC 2.x function to ODBC 3.x function
SQLAllocConnect to SQLAllocHandle
SQLAllocEnv to SQLAllocHandle
SQLAllocStmt to SQLAllocHandle
SQLBindParam[1] to SQLBindParameter
SQLColAttributes to SQLColAttribute
SQLError to SQLGetDiagRec
SQLFreeConnect to SQLFreeHandle
SQLFreeEnv to SQLFreeHandle
SQLFreeStmt with an Option of SQL_DROP to SQLFreeHandle
SQLGetConnectOption to SQLGetConnectAttr
SQLGetStmtOption to SQLGetStmtAttr
SQLParamOptions to SQLSetStmtAttr
SQLSetConnectOption to SQLSetConnectAttr
SQLSetParam[2] to SQLBindParameter
SQLSetScrollOption to SQLSetStmtAttr
SQLSetStmtOption to SQLSetStmtAttr
SQLTransact to SQLEndTran



Previous: 4.51.2.4.64. ogSurface.ogVLine To the Table of Contents Next: 4.53. ogFont - BitFont support for ObjGfx 4.0
4.51.2.4.64. ogSurface.ogVLine Table of Contents 4.53. ogFont - BitFont support for ObjGfx 4.0

- 4.52. -