Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.07 KB

File metadata and controls

34 lines (26 loc) · 1.07 KB
title Using Scrollable Cursors | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
helpviewer_keywords
scrollable cursors [ODBC]
cursors [ODBC], scrollable
ms.assetid c5d795ba-70b0-420f-a944-b1894061a755
author David-Engel
ms.author v-daenge

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.