Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO EditMode Property


❮ Complete Recordset Object Reference

The EditMode property returns an EditModeEnum value that specifies the editing status of the current record.


Syntax

objRecordset.EditMode

EditModeEnum Values

Constant Value Description
adEditNone 0 No editing operation is in progress
adEditInProgress 1 The current record has been edited but not saved
adEditAdd 2 The current record in the copy buffer is a new record and has not been saved in the database
adEditDelete 4 The current record has been deleted

❮ Complete Recordset Object Reference