Definitions for "Recordset" Add To Word List
Login or Register  | Word Lists | Search History

a collection of data that results from a database query
Helpful?           0
a cursor - it points to a particular row, you can read and write individual fields and move the cursor through the table
Helpful?           0
an ADO object representing the entire set of the results of an executed SQL command
Helpful?           0
an in-memory structure that looks exactly like the result of a SQL query, but which can be generated and manipulated by parts of the system other than the relational database system
Helpful?           0