Sunday, May 18, 2008

What two properties do you set for an ADO Data control to connect to a database and source of data within the database?

You can create a connection to a data source by setting the ConnectionString
property of the ADO Data control. Then, you can set the RecordSource property
to a table (or SQL statement) from which to retrieve records.

Your Title