EditModeEnum

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

EditModeEnum

Specifies the editing status of a record.

Constant Value Description
adEditNone 0 Indicates that no editing operation is in progress.
adEditInProgress 1 Indicates that data in the current record has been modified but not saved.
adEditAdd 2 Indicates that the AddNew method has been called, and the current record in the copy buffer is a new record that has not been saved in the database.
adEditDelete 4 Indicates that the current record has been deleted.

ADO/WFC Equivalent

Package: com.ms.wfc.data

Constant
AdoEnums.EditMode.NONE
AdoEnums.EditMode.INPROGRESS
AdoEnums.EditMode.ADD
AdoEnums.EditMode.DELETE

See Also

Applies To: EditMode Property

© 1998-2003 Microsoft Corporation. All rights reserved.