dropserver
The dropserver statement disconnects the current database from the server.
Parameters
No parameters.
Description
This statement disconnects the current database from the server.
dropserver
To resume the connection, use the connecttoserver statement.
See Also
- connecttoserver -- reconnects the current database to the server (after the dropserver statment has been used).
- info("serverconnection") -- returns true if the currently active database is connected to the server.
- serverdatabasename( -- returns the server database name associated with a shared database.
- servername( -- returns the name of the server associated with a shared database.
- sharedusers( -- returns a list of users that are currently using the specified database.
History
10.2 | Updated | Carried over from Panorama 6.0. |