AdoRecordSet:UpdateBatch()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:UpdateBatch()

Previous pageReturn to chapter overviewNext page

Purpose

Writes all pending batch updates to disk.

 

Prototype

METHOD UpdateBatch ( lAffectRecords AS USUAL ) AS VOID 

 

Argument(s)

lAffectRecords        (Optional) An AffectEnum value that determines how many records the UpdateBatch method will affect.

 

 

Return

NOTHING

 

See Also

AdoRecordSet, AdoAffectEnum