disconnect()

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
    ])
database
A database name that was specified in SysLib.connect or VGLib.connectionService. Use a literal or variable of a character type.

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

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.