Microsoft SDK for Java

AdoEnums.ObjectState Class Fields

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

Constant Value Description
CLOSED 0 Indicates that the object is closed.
OPEN 1 Indicates that the object is open.
CONNECTING 2 Indicates that the object is connecting.
EXECUTING 4 Indicates that the object is executing.
FETCHING 8 Indicates that the rows of the object are being fetched.

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