The recordset object represents the results of a database query. Each recordset has a cursor which points to the current record. A recordset's cursor may either be on a record, or beyond the last record (in which case Recordset.eof() would return true.
Table of Contents