disconnectedserver

The disconnectedserver statement takes the current database offline without contacting the server.


Parameters

No parameters.


Description

This statement takes the current database offline without contacting the server. This should only be used if the connection with the server has been disrupted. (If the connection with the server is not disrupted, you should use the dropserver statement if you need to take the database offline.)

if info("serverconnectionstatus") beginswith "DISCONNECTED"
    disconnectedserver
endif

Once the problem disrupting the connection to the server has been resolved, the database connection to the server can be resumed with the connecttoserver statement.


See Also


History

VersionStatusNotes
10.2NewNew in this version.