Querying the database with the Recordset object

The ADO Recordset object represents the result set of a query. You can use it to view data from a database.

 Sample code
 Notes