AdoRecordSet:Delete()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:Delete()

Previous pageReturn to chapter overviewNext page

Purpose

Deletes the current record or a group of records

 

Prototype

METHOD Delete (  lAffectRecords AS USUAL )  AS VOID PASCAL CLASS AdoRecordSet

 

Argument(s)

lAffectRecords        (Optional) An AffectEnum value that determines how many records

 the Delete method will affect. The default value is adAffectCurrent

 

 

Return

NOTHING

 

See Also

AdoRecordSet, AdoRecordSet:AddNew(), AdoAffectEnum