Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.73 KB

File metadata and controls

36 lines (28 loc) · 1.73 KB
title Cursor Programming Details (ODBC) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology native-client
ms.topic reference
helpviewer_keywords
SQL Server Native Client ODBC driver, cursors
ODBC applications, cursors
ODBC cursors, programming
cursors [ODBC], programming
ms.assetid 6bae29c4-7f49-419c-8712-90db734f992e
author markingmyname
ms.author maghan
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Cursor Programming Details (ODBC)

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

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

In This Section

See Also

Using Cursors (ODBC)