The system function SysLib.disconnect disconnects from the specified database or (if no database is specified) from the current database.
SysLib.disconnect( [database STRING in ])
Before disconnecting, invoke SysLib.commit or SysLib.rollback.
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library SysLib
commit()
connect()
rollback()
connectionService()