disconnectAll()

The sqlLib.disconnectAll() system function disconnects EGL from all databases.

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

Syntax

  sqlLib.disconnectAll( )

Feedback