Recordset Object
You use Recordset objects to manipulate data from the provider. When you use ADO, you manipulate data almost entirely using Recordset objects. All Recordset objects consist of records (rows) and fields (columns).
In addition to the standard ADO properties, these dynamic properties are added to the Properties collection of the Recordset object.