Recordsets

The Recordsets collection contains Recordset objects representing sets of records from external database tables and queries. Access to collection items is possible both by name and by internal number. The name of a recordset is based on the name of object (the source of recordset) and perhaps numerical suffix providing uniqueness of name. The internal number of recordset in the collection is generated when the set is created by the Table::OpenRecordset, Query::OpenRecordset, or Featureset::OpenRecordset method. Continuity of numbers of recordsets is not guaranteed. Persistence of internal number of a recordset is guaranteed until the set is not closed by the Recordset::Close method.