Microsoft SDK for Java

AdoEnums.EventStatus Class Fields

The EventStatus class contains the fields shown in the following table.

Constant Value Description
OK 1 Indicates that the operation that caused the event was successful.
ERRORSOCCURRED 2 Indicates that the operation that caused the event failed due to an error or errors.
CANTDENY 3 Indicates that the operation cannot request cancellation of the pending operation.
CANCEL 4 Requests cancellation of the operation that caused the event to occur.
UNWANTEDEVENT 5 Prevents subsequent notifications before the event method has finished executing.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.