Represents the entire set of records from a database file.
At any time, the Recordset object refers to a single record within the set as the current record.
Newlook Smartclient
Newlook Server
Property |
Client |
Description |
|
Returns the Connection object that was used to open the Recordset. |
|
|
Indicates that the cursor is currently positioned before the first record in the Recordset. |
|
|
Sets or returns the type of command specified in the Source object. |
|
|
Returns the location of the cursor service for a Recordset. |
|
|
Returns the type of cursor to be used for a Recordset. |
|
|
Returns the editing state of the current record in the Recordset. |
|
|
Indicates that the cursor is currently positioned after the last record in the Recordset. |
|
|
Returns a collection of Field objects that represent each column in the Recordset. |
|
|
Sets or returns a filter for data in the Recordset. |
|
|
Sets or returns the name of the current index for the Recordset. |
|
|
Returns the type of lock placed on records in the Recordset during editing. |
|
|
Returns the source of the recordset or the name of a source application (for a DDE link). |
Method |
Client |
Description |
|
Creates and initializes a new record (for an updatable Recordset object). |
|
|
Cancels any changes made to the current or new record in a Recordset object. |
|
|
Closes an open recordset object. |
|
|
Deletes the current record from a Recordset. |
|
|
Searches a Recordset for the row that satisfies the specified criteria. |
|
|
Moves the cursor to the first, last, next, or previous record in a Recordset object. |
|
|
Searches the index of a Recordset object to quickly locate the record that matches the specified values, and sets that record as the current record. |
|
|
Saves any changes to the current record of a Recordset object. |
The following jscript function is used to move the record selection within the open recordset. JSCRIPT:function navigate (i) {
} |
DB Connection object | Field object | Data Control