Name

Recordset.EditMode Property — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

                     recordset.EditMode = editmode
                  

The EditMode property indicates the current editing status for a given record.

Datatype

EditModeEnum (Long)

Description

Use the EditMode property to determine whether the current record is being edited when an editing process has been interrupted. With this information, you can determine whether you need to call the Update method or the CancelUpdate method.

The value of the EditMode property can be one of the EditModeEnum enumerations listed in Appendix E.

See Also

EditModeEnum Enumeration, Recordset.AddNew Method, Recordset.CancelUpdate Method, Recordset.Update Method

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.