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 statement has been used).
- info("serverconnection") -- returns true if the currently active database successfully connected to the server when it opened.
- 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. |