FDO API Reference Feature Data Objects

enum FdoConnectionState
 

The FdoConnectionState enumeration indicates the current state of the connection

Parameters:
FdoConnectionState_Busy The connection is busy executing one or more commands. Executing another command while the connection is busy will result in an exception.
FdoConnectionState_Closed The connection is closed.
FdoConnectionState_Open The connection is open.
FdoConnectionState_Pending The connection is pending. this is used to indicate that the application has issued an Open request, but the open is not completed because the application needs to include additional connection property values.
.

Enumerator:
FdoConnectionState_Busy  The connection is busy executing one or more commands. Executing another command while the connection is busy will result in an exception.
FdoConnectionState_Closed  The connection is closed.
FdoConnectionState_Open  The connection is open.
FdoConnectionState_Pending  The connection is open.

Definition at line 42 of file ConnectionState.h.


Comments or suggestions? Send us feedback.