Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.21 KB

File metadata and controls

29 lines (21 loc) · 1.21 KB
title Using Cursors How-to Topics (ODBC)
description Using Cursors How-to Topics (ODBC)
author markingmyname
ms.author maghan
ms.date 03/06/2017
ms.service sql
ms.subservice native-client
ms.topic reference
helpviewer_keywords
cursors [ODBC], how to topics

Using Cursors How-to Topics (ODBC)

[!INCLUDE SQL Server]

To use cursors, you must first set connection and statement attributes that control ODBC cursor behavior. Cursors allow an application to retrieve multiple rows on each fetch and execute UPDATE, INSERT, or DELETE statements at the current location of the cursor.

In This Section

See Also

ODBC How-to Topics