8. OpenSQL Statements : Disconnect : Description
 
Share this page                  
Description
The DISCONNECT statement terminates access to the database, closes any open cursors, and commits any open transactions.
To disconnect the current session, issue the DISCONNECT statement, omitting the session identifier. Other sessions (if any) will remain connected. To switch sessions, use the SET_SQL statement.