DISCONNECT
Syntax
DISCONNECT;
Description
If EXAplus is connected to the database, this command terminates the current connection. A COMMIT will also be performed if "SET AUTOCOMMIT EXIT" has been set. The command has no effect if there is no connection.
Examples