Jump to content

Recordset

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Flyer22 Frozen (talk | contribs) at 08:50, 29 December 2014 (Reverted 1 edit by 14.99.53.179 identified as test/vandalism using STiki). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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