sysLib.disconnect

The system function sysLib.disconnect disconnects from the specified database or (if no database is specified) from the current database.


sysLib.disconnect syntax diagram

database

A database name that was specified in sysLib.connect or sysLib.connectionService. Use a literal or variable of a character type.

Before disconnecting, invoke sysLib.commit or sysLib.rollback.

Related reference
sysLib.commit
sysLib.connect
sysLib.connectionService
sysLib.rollback
System words in alphabetical order