Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY CYBERSECURITY DATA SCIENCE
     ❯   

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