--- 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. - [Determining Cursor Capabilities](../../../odbc/reference/develop-app/determining-cursor-capabilities.md) - [Setting Up the Cursor](../../../odbc/reference/develop-app/setting-up-the-cursor.md) - [Cursor Characteristics and Cursor Type](../../../odbc/reference/develop-app/cursor-characteristics-and-cursor-type.md) - [Scrolling and Fetching Rows](../../../odbc/reference/develop-app/scrolling-and-fetching-rows-odbc.md)