Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.41 KB

cursor-programming-details-odbc.md

File metadata and controls

32 lines (24 loc) · 1.41 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Cursor Programming Details (ODBC)
Cursor Programming Details (ODBC)
markingmyname
maghan
03/14/2017
sql
native-client
reference
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)