1. Home
  2. Computing & Technology
  3. Delphi Programming
RTL referenceGlossaryTips/Tricks|FREE App/VCL|Best'O'Net|Books|Link To
 
Quiz: Delphi ADO Programming
Correct: 3

Correct!

ADO support is concentrated in the ADOExpress (in D5) or dbGO (in D6) components on the ADO tab of the component palette.

In order to be able to access data in an Access database with ADO and Delphi, you must add at least three data aware components to our project. First, the DBGrid on the DataControls component page - used to browse through the records retrieved from a table or by a query. Second, the DataSource (DataAccess Page) used to provide a link between a dataset and DBGrid component on a form that enable display, navigation, and editing of the data underlying the dataset. And finally the ADOTable (ADO page) that represents a table retrieved from an ADO data store.

See how.

Next Question >>

Explore Delphi Programming
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Delphi Programming

©2009 About.com, a part of The New York Times Company.

All rights reserved.