PreviousTutorials and Guide to Samples (9.1 revision 1) Next

Lesson Summary

Show this topic in Library frames

To
Do This
Set up your environment
  • Use the Pervasive.SQL Control Center to define data sources.
  • Define .ddf files, if necessary
Create a bound ADO Data control
  • Create an ADO Data control
  • Set the RecordSource property for the Data control
  • Specify the ADO Data control in the DataSource properties for a bound control, such as DataGrid.
Write code using ADO
  • Use a bound Data control to set up the connection properties
  • Execute a SQL statement as part of a Data control sub procedure


Chapter contents
Publication contents

Prev topic: Lesson 3: Writing Code with ActiveX Data Objects
Next topic: Advanced Pervasive.SQL Tutorials Using Delphi