SDSConnectionState Category

The global constants for the Synchronized Database Service (SDS) connection state are listed in the following table.

Global Constant Integer Value
SDS_Connected 2
SDS_Connecting 3
SDS_ConnectionFailed 4
SDS_ConnectionStateUndefined 0
SDS_Disconnected 1

These are used in return values or dynamic object attribute values by the JadeDatabaseAdmin class sdsGetMyServerInfo method.