Proprietà ADO EditMode


❮ Riferimento completo dell'oggetto Recordset

La proprietà EditMode restituisce un valore EditModeEnum che specifica lo stato di modifica del record corrente.


Sintassi

objRecordset.EditMode

Valori EditModeEnum

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

❮ Riferimento completo dell'oggetto Recordset