| title | ODBC Functions Executed by the Cursor Library | Microsoft Docs | ||||
|---|---|---|---|---|---|
| ms.custom | |||||
| ms.date | 01/19/2017 | ||||
| ms.prod | sql | ||||
| ms.prod_service | connectivity | ||||
| ms.reviewer | |||||
| ms.technology | connectivity | ||||
| ms.topic | conceptual | ||||
| helpviewer_keywords |
|
||||
| ms.assetid | 2f1d3386-7e59-4d55-a5b4-3440b61343a3 | ||||
| author | David-Engel | ||||
| ms.author | v-daenge |
Important
This feature will be removed in a future version of Windows. Avoid using this feature in new development work and plan to modify applications that currently use this feature. Microsoft recommends using the driver's cursor functionality.
The cursor library executes the following functions. When an application calls a function in this list, the Driver Manager invokes the cursor library, not the driver. Note that the cursor library may call the driver when executing the function.
| SQLBindCol | SQLGetStmtOption |
| SQLBindParam | SQLNativeSql |
| SQLBindParameter | SQLNumParams |
| SQLCloseCursor | SQLParamOptions |
| SQLEndTran | SQLRowCount |
| SQLExtendedFetch | SQLSetConnectAttr |
| SQLFetchScroll | SQLSetConnectOption |
| SQLFreeHandle | SQLSetDescField |
| SQLFreeStmt | SQLSetDescRec |
| SQLGetData | SQLSetPos |
| SQLGetDescField | SQLSetScrollOptions |
| SQLGetDescRec | SQLSetStmtAttr |
| SQLGetFunctions | SQLSetStmtOption |
| SQLGetInfo | SQLTransact |
| SQLGetStmtAttr |