Definitions for "Recordset"
Keywords:  query, sql, ado, database, manipulate
a collection of data that results from a database query
a cursor - it points to a particular row, you can read and write individual fields and move the cursor through the table
an ADO object representing the entire set of the results of an executed SQL command
Keywords:  resultset, single
a single resultset (ie
a multidimensional array, and much more sophisticated than the array you are building
a collection of records
a collection of types (classes) which internally holds points to other collections of types