Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ADO Recordset Object UpdateBatch Method

Writes all pending batch updates to disk. This method is not currently supported on UNIX.

UpdateBatch Method Syntax
recordset.UpdateBatch AffectRecords
UpdateBatch Method Parameters

AffectRecords

An optional AffectEnum value that determines how many records the UpdateBatch method will affect. Can be one of the following constants:

Constant
Description
AdAffectCurrent
Write pending changes only for the current record.
AdAffectGroup
Write pending changes for the records that satisfy the current Filter property setting. You must set the Filter property to one of the valid predefined constants in order to use this option.
adAffectAll
Default. Write pending changes for all the records in the Recordset object, including any hidden by the current Filter property setting.



ContentsPreviousNextIndex