Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.41 KB

File metadata and controls

32 lines (24 loc) · 1.41 KB
title Cursor Programming Details (ODBC)
description Cursor Programming Details (ODBC)
author markingmyname
ms.author maghan
ms.date 03/14/2017
ms.service sql
ms.subservice native-client
ms.topic reference
helpviewer_keywords
SQL Server Native Client ODBC driver, cursors
ODBC applications, cursors
ODBC cursors, programming
cursors [ODBC], programming

Cursor Programming Details (ODBC)

[!INCLUDE SQL Server]

Choosing the correct cursor type can improve application performance. Under certain conditions, [!INCLUDEssNoVersion] may implicitly convert a cursor type when you execute a SQL statement that is not supported by the cursor type you requested.

In This Section

See Also

Using Cursors (ODBC)