Recordset

Share on Facebook Share on Twitter Email

The answer to a database query delivered through Microsoft's ActiveX Data Object (ADO) interface. It is a COM object that contains the query results, which is a group of records. See ADO.

Download Computer Desktop Encyclopedia to your PC, iPhone or Android.

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

External links


Post a question - any question - to the WikiAnswers community:

Copyrights: