Creates a record set. A record set is a collection of connRecord Objects that are traversed via a cursor.
|
Releases resources used by the connRecordset class. | |
|
Gets the column definitions for all the columns defined in the query ColumnNames parameter in the same order in which they are defined in the ColumnNames parameter of the constructor. | |
|
| |
|
Gets the metadata and primary key (@ID) for each column specified in the query. | |
|
Gets a connRecord Object that contains the data of the current record. | |
|
Gets the number of records in the record set. | |
|
Gets a connTable Object. | |
|
Returns a copy of the current instance. | |
|
Moves the cursor back one record. | |
|
Moves the cursor to the first record of the record set. | |
|
Moves the cursor to the last record of the record set. | |
|
Moves the cursor to the next record. | |
|
Returns a string that represents the current instance. |