Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.37 KB

File metadata and controls

31 lines (26 loc) · 1.37 KB
title Getting Data | Microsoft Docs
ms.prod sql-non-specified
ms.technology
drivers
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.suite
ms.tgt_pltfrm
ms.topic article
helpviewer_keywords
ADO, getting data
ms.assetid 3931e7ec-f66b-4d5d-aad3-c4bf12e8b154
caps.latest.revision 10
author MightyPen
ms.author genemi
manager jhubbard

Getting Data

ADO Fundamentals, and the HelloData example in particular, introduced the four primary operations involved in creating an ADO application: getting data, examining data, editing data, and updating data. This section discusses getting data in more detail.

On a basic level, several ADO objects contribute to the operations of getting data. First you must connect to a data source using an ADO Connection object. Then you pass instructions to the data source using an ADO Command object. Finally, you most often receive data in an ADO Recordset object.

This section contains the following topics.