Name

EventStatusEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

The EventStatusEnum enumeration specifies the current status of an executed event.

Table E-20. The EventStatusEnum Enumeration

Enumeration (ADO/WFC)

Value

Description

adStatusCancel (CANCEL)
4

Indicates that the application is requesting the cancelation of the operation that has caused the current event to occur.

adStatusCantDeny (CANTDENY)
3

Indicates that the operation that has caused the current event to occur cannot be canceled.

adStatusErrorsOccurred (ERRORSOCCURRED)
2

Indicates that the operation that has caused this event to occur did not complete successfully.

adStatusOK (OK)
1

Indicates that the operation that has caused this event to occur completed successfully.

adStatusUnwantedEvent (UNWANTEDEVENT)
5

Indicates that the application no longer wishes to receive subsequent notifications of the event that has been fired.

ADO/WFC

The EventStatusEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.EventStatus.

See Also

Connection.BeginTransComplete Event, Connection.CommitTransComplete Event, Connection.ConnectComplete Event, Connection.Disconnect Event, Connection.ExecuteComplete Event, Connection.InfoMessage Event, Connection.RollbackTransComplete Event, Connection.WillConnect Event, Connection.WillExecute Event, Recordset.EndOfRecordset Event, Recordset.FetchComplete Event, Recordset.FetchProgress Event, Recordset.FieldChangeComplete ...

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.