Determining if Server is Connected to the ARM Database (IsDBConnected)

This method is available only in EFT Server version 5.2 through 6.0.x.

Use the ICIServer interface IsDBConnected method to determine whether the ARM database is connected

Signature

HRESULT IsDBConnected([out,retval] VARIANT_BOOL * pVal);

Example

If server.IsDBConnected then

' Do something

End if