Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ADO Recordset Object Methods


Method
Description
AddNew
Creates a new record for an updatable Recordset object.
CancelBatch
Cancels a pending batch update. This method is not currently supported on UNIX.
CancelUpdate
Cancels any changes made to the current record prior to calling the Update method.
Clone
Creates a new Recordset object from an existing Recordset object. This method is not currently supported on UNIX.
Close
Closes an open Recordset object and any dependent objects.
Delete
Deletes the current record or group of records from a Recordset object.
GetRows
Retrieves multiple rows from a Recordset object into an array.
Move
Moves the position of the current record in a Recordset object.
MoveFirst, MoveLast, MoveNext, MovePrevious
Moves to the first, first, last, next record in a Recordset object and makes that record the current record.
NextRecordset
Clears the current Recordset object and returns the next recordset by advancing through a series of commands. This method is not currently supported on UNIX.
Open
Opens a cursor.
Requery
Updates the data in a recordset by re-executing the query on which the object is based.
Resync
Refreshes the data in the Recordset object from the underlying database.
Supports
Determines whether a specified Recordset object supports a particular type of functionality.
Update
Saves any changes you make to the current record of a Recordset object.
UpdateBatch
Writes all pending batch updates. This method is not currently supported on UNIX.

In this section:

ADO Recordset Object AddNew Method

ADO Recordset Object CancelBatch Method

ADO Recordset Object CancelUpdate Method

ADO Recordset Object Clone Method

ADO Recordset Object Delete Method

ADO Recordset Object GetRows Method

ADO Recordset Object Move Method

ADO Recordset Object MoveFirst, MoveLast, MoveNext, MovePrevious Methods

ADO Recordset Object NextRecordset Method

ADO Recordset Object Open Method

ADO Recordset Object Requery Method

ADO Recordset Object Resync Method

ADO Recordset Object Supports Method

ADO Recordset Object Update Method

ADO Recordset Object UpdateBatch Method



ContentsPreviousNextIndex