ASP Database Fundamentals (Part 2)
(Page 1 of 9 )
In part 1 of this series, we had an introduction to ADO. We learned about the different methods of making a connection, and how to manage the connection object. Now, continuing along the path of enlightenment, we will learn how to extract data from a database using recordsets.
What is a recordset? An ADO recordset object is used to hold a set of records that belong to a database table or tables. Like any relational database, the recordset object consists of records and columns. In the world of ADO, this object is one of the most important and is the most commonly used.
Next: How Do They Work? >>
More ASP Articles
More By Rich Smith