<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset |
ADODB Recordset Class
The ADODB Recordset Class is used to hold a set of records from a database table.
A Recordset object consist of records and columns (fields).
In ADODB, this object is the most important and the one used most often to manipulate data from a database.