Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 1.67 KB

File metadata and controls

41 lines (39 loc) · 1.67 KB
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
cursor library [ODBC], functions
functions [ODBC], cursor library
ODBC functions [ODBC], cursor library
ODBC cursor library [ODBC], functions
ms.assetid 2f1d3386-7e59-4d55-a5b4-3440b61343a3
author David-Engel
ms.author v-daenge

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.

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