|
|
Keywords:
Query,
Sql,
Ado,
Database,
Manipulate
a collection of data that results from a database query
a cursor - it points to a particular row, you can read and write individual fields and move the cursor through the table
an ADO object representing the entire set of the results of an executed SQL command
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
|