Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ADO Recordset Object Properties


Property
Description
AbsolutePage
The page in which the current record resides.
AbsolutePosition
The ordinal position of a Recordset object’s current position.
ActiveConnection
The Connection object to which the Recordset object currently belongs.
BOF, EOF
If BOF is True, the current record position is before the first record in a Recordset object. If EOF is True, the record position is after the last record in a Recordset object.
Bookmark
A value that uniquely identifies the current record in a Recordset object. Setting the Bookmark property to a valid bookmark changes the current record.
CacheSize
The number of records from a Recordset object that are cached locally in memory. This property is not currently supported on UNIX.
CursorLocation
The location of the cursor engine.
CursorType
The type of cursor used in a Recordset object.
EditMode
The editing status of the current record.
Filter
A filter for data in a Recordset object.
LockType
The type of locks placed on records during editing.
MarshalOptions
Which records are to be marshaled back to the server.
MaxRecords
The maximum number of records to return to a Recordset object from a query.
PageCount
The number of pages of data the Recordset object contains.
PageSize
The number of records that make up one page in the Recordset object.
RecordCount
The current number of records in a Recordset object.
Source
The source for the data in a Recordset object.
State
Describes the current state of the Recordset object.
Status
The status of the current record with respect to batch updates or other bulk operations.

In this section:

ADO Recordset Object AbsolutePage Property

ADO Recordset Object AbsolutePosition Property

ADO Recordset Object ActiveConnection Property

ADO Recordset Object BOF, EOF Properties

ADO Recordset Object Bookmark Property

ADO Recordset Object CacheSize Property

ADO Recordset Object CursorLocation Property

ADO Recordset Object CursorType Property

ADO Recordset Object EditMode Property

ADO Recordset Object Filter Property

ADO Recordset Object LockType Property

ADO Recordset Object MarshalOptions Property

ADO Recordset Object MaxRecords Property

ADO Recordset Object PageCount Property

ADO Recordset Object PageSize Property

ADO Recordset Object State Property

ADO Recordset Object Status Property

ADO Recordset Object Source Property

ADO Recordset Object RecordCount Property



ContentsPreviousNextIndex