<< Click to Display Table of Contents >> AdoRecordset Class |
![]() ![]() ![]() |
A Recordset object represents the entire set of records from a base table or the results of an executed command.
CLASS AdoRecordset INHERIT AdoAdo
Constructor
|
|
Create Object of type AdoRecordSet
|
|
|
|
Access |
|
The page on which the current record resides. |
|
The ordinal position of a Recordset object's current record. |
|
The Command object that created the associated Recordset object |
|
The Connection object the RecordSet object currently belongs. |
|
Is the current record position before the first record in a Recordset object ? |
|
A bookmark that Uniquely identifies a particular record in a Recordset |
|
The number of records from a Recordset object that are cached locally in memory. |
|
The collect property allows you to directly read or write field values |
|
Does the recordset automatically get closed when VO discards the object ? |
|
The location of the cursor service. |
|
The type of cursor used in a Recordset object. |
|
The name of the data member to retrieve from the object referenced by the DataSource property |
|
An object containing data to be represented as a Recordset object. |
|
Indicates the editing status of the current record. |
|
Is the current record position After the first record in a Recordset object ? |
|
Fields Collection |
|
A filter for data in a Recordset |
|
The name of the index currently in effect for a Recordset object |
|
The type of locks placed on records during editing. |
|
Which records are to be marshaled back to the server |
|
The maximum number of records to return to a Recordset from a query. |
|
How many pages of data the Recordset object contains |
|
How many records constitute one page in the Recordset |
|
The current number of records in a Recordset object |
|
One or more field names on which the Recordset is sorted |
|
The source for the data in a Recordset object |
|
Is the object open or closed. |
|
The status of the current record with respect to batch updates or other bulk operations |
|
Do child records stay in sync with parent records |
|
|
|
Assign |
|
The page on which the current record resides. |
|
The ordinal position of a Recordset object's current record. |
|
The Connection string or object the RecordSet object currently belongs. |
|
A bookmark that Uniquely identifies a particular record in a Recordset |
|
The number of records from a Recordset object that are cached locally in memory. |
|
The collect property allows you to directly read or write field values |
|
Does the recordset automatically get closed when VO discards the object |
|
The location of the cursor service. |
|
The type of cursor used in a Recordset object. |
|
The name of the data member to retrieve from the object referenced by the DataSource property |
|
An object containing data to be represented as a Recordset object. |
|
A filter for data in a Recordset |
|
The name of the index currently in effect for a Recordset object |
|
The type of locks placed on records during editing. |
|
Which records are to be marshaled back to the server |
|
The maximum number of records to return to a Recordset from a query. |
|
How many records constitute one page in the Recordset |
|
One or more field names on which the Recordset is sorted |
|
|
The source for the data in a Recordset object |
|
Do child records stay in sync with parent records |
|
|
Method |
|
Creates a new record for an updatable Recordset object. |
|
Cancels the currently running asynchronous fetch |
|
Cancels a pending batch update |
|
Cancels any changes made to the current record or to a new record |
|
Creates a duplicate Recordset object from an existing Recordset object. |
|
Closes an open Recordset and any dependent objects |
|
Compares two bookmarks and returns an indication of their relative values |
|
Deletes the current record or a group of records |
|
Disable Event handling |
|
Enable Event handling |
|
Read Field values |
|
Write Field values |
|
Searches a Recordset for the row that satisfies the specified criteria. |
|
Retrieves multiple records of a Recordset object into an array |
|
Returns the Recordset as a string. |
|
Moves the position of the current record in a Recordset object |
|
Moves to the first record in a Recordset |
|
Moves to the last record in a Recordset |
|
Moves to the next record in a Recordset |
|
Moves to the previous record in a Recordset |
|
Clears the current Recordset object and returns the next Recordset |
|
General error interception |
|
General error interception |
|
Opens a cursor. |
|
Updates the data in a Recordset object by re-executing the query on which the object is based. |
|
Refreshes the data in the current Recordset object from the underlying database. |
|
Saves (persists) the Recordset in a file or Stream object. |
|
Searches the index of a Recordset to quickly locate the row that matches the pecified values |
|
Determines whether a specified Recordset object supports a particular type of functionality. |
|
Saves any changes you make to the current record of a Recordset object. |
|
Writes all pending batch updates to disk. |
AdoAdo, AdoCommand, AdoConnection, ADO Classes