We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Software

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What Is a Recordset?

By T.S. Adams
Updated: May 17, 2024

A recordset is a structure used in a database to contain a group of records. These records can be the contents of an individual table or the result of a query. Without the ability to generate and display a recordset, a database would be nothing more than a repository to contains — but not produce — data.

A recordset is a blank table that is fully customizable, with infinite rows and infinite columns. When the end-user requests information from the database, the database collects the desired information, inserting it into the recordset. Following this, the computer pares the recordset down to the returned number of values, the number of results produced by the query. It then displays the recordset information onscreen, allowing the end-user access to the requested data.

Recordsets include whatever information a computer's database is returning, no matter how small, large, tailored, or imprecise. If the end-user requests all information from an employee records database, that result will come in the form of a recordset. Likewise, if the end-user requests something limited, such as the birthdates of all employees named Ted, that information will also come in recordsets. In this sense, recordset is nothing more than a generic term used to refer to the result of a particular search.

Once generated, recordsets only refer to one individual record within the database as the "current record." This means that once it collects its data, recordsets ostensibly ignore the rest of the database. They exist by themselves as separate entities hosting the desired information, while the rest of the database records and files remain intact and untouched. As a result, modifying the information stored in recordsets will not affect the corresponding information contained in the actual database tables.

WiseGeek is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
Share
https://www.wisegeek.net/what-is-a-recordset.htm
WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.