VFPAdo Example 2

This form shows how to use the ADO Connection and Record Set
to talk to a Microsof Access Database.

This is a follow up to the first example which opens a table and displays the
contents in a ListView control, this example on the other hand shows how to 
manipulate the data via the RecordSet.

This example will allow you to Add, Edit and Delete records, it also allows
you to move through the dataset.

The RecordSet.Open function allows a couple of ways to obtain data.
In the First example I used a SELECT - SQL statement to obtain the data,
in the second example I use the table name.

I will answer any other questions regarding the use of ADO with VFP.

Written by 
Simon Arnold.


