Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.53 KB

File metadata and controls

34 lines (27 loc) · 1.53 KB
title Examining Data | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
helpviewer_keywords
retrieving data [ADO]
examining data [ADO]
data retrieval [ADO]
ADO, examining data
ms.assetid de1d74af-89b6-4f3f-a8c9-07c3e2b3c9a5
author MightyPen
ms.author genemi

Examining Data

The Getting Data section explained how to retrieve data from a data source as one or more Recordset objects. This section will discuss Recordset in more detail, including how to navigate through the Recordset and view its data.

Recordset supports various properties and methods for you to navigate and examine data contained within. These features are provider-dependent. Some providers might not support some properties or methods.

This section contains the following topics.