Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.86 KB

odbc-functions-executed-by-the-cursor-library.md

File metadata and controls

29 lines (27 loc) · 1.86 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
ODBC Functions Executed by the Cursor Library
ODBC Functions Executed by the Cursor Library
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
cursor library [ODBC], functions
functions [ODBC], cursor library
ODBC functions [ODBC], cursor library
ODBC cursor library [ODBC], functions

ODBC Functions Executed by the Cursor Library

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.

:::row::: :::column span=""::: SQLBindCol
SQLBindParam
SQLBindParameter
SQLCloseCursor
SQLEndTran
SQLExtendedFetch
SQLFetchScroll
SQLFreeHandle
SQLFreeStmt
SQLGetData
SQLGetDescField
SQLGetDescRec
SQLGetFunctions
SQLGetInfo
SQLGetStmtAttr :::column-end::: :::column span=""::: SQLGetStmtOption
SQLNativeSql
SQLNumParams
SQLParamOptions
SQLRowCount
SQLSetConnectAttr
SQLSetConnectOption
SQLSetDescField
SQLSetDescRec
SQLSetPos
SQLSetScrollOptions
SQLSetStmtAttr
SQLSetStmtOption
SQLTransact :::column-end::: :::row-end:::