Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1 KB

File metadata and controls

32 lines (24 loc) · 1 KB
title Using Scrollable Cursors
description Using Scrollable Cursors
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, sunilbs, mcimfl
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic concept-article
helpviewer_keywords
scrollable cursors [ODBC]
cursors [ODBC], scrollable

Using Scrollable Cursors

Using a scrollable cursor requires these three steps:

  1. Determine the cursor capabilities.

  2. Set up the cursor.

  3. Scroll and fetch rows.

This section contains the following topics.