# Recordset

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Recordset
> Markdown URL: https://mediated.wiki/source/Recordset.md
> Source: https://en.wikipedia.org/wiki/Recordset
> Source revision: 899225127
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

A '''recordset''' is a [data structure](/source/data_structure) that consists of a group of [database](/source/database) [records](/source/record_(database)), and can either come from a base [table](/source/table_(database)) or as the result of a [query](/source/Information_retrieval) to the table. 

The concept is common to a number of platforms, notably Microsoft's [Data Access Objects](/source/Data_Access_Objects) (DAO) and [ActiveX Data Objects](/source/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==
*[Bound control](/source/Bound_control)

==External links==
* [http://msdn.microsoft.com/en-us/library/ms681510.aspx Microsoft definition of a Recordset object in ADO]
* [https://www.w3schools.com/asp/ado_ref_recordset.asp W3Schools: ADO Recordset Object]

{{database-software-stub}}

Category:Databases

---
Adapted from the Wikipedia article [Recordset](https://en.wikipedia.org/wiki/Recordset) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Recordset?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
