Jump to content

Recordset

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by GünniX (talk | contribs) at 17:22, 28 May 2019 (Undid revision 898986107 by 2600:1700:940:FC80:2870:F7A6:F1B6:F486 (talk)). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A recordset is a data structure that consists of a group of database records, and can either come from a base table or as the result of a query to the table.

The concept is common to a number of platforms, notably Microsoft's Data Access Objects (DAO) and ActiveX Data Objects (ADO). The Recordset object contains a Fields collection, and a Properties collection. At any time, the Recordset object refers to only a single record within the set as the current record.

See also[edit]

External links[edit]