Top
Symfoware Server V12.1.0 Application Development Guide
FUJITSU Software

D.2.3 Closing a Connection

To close a connection, use the following statement:

EXEC SQL DISCONNECT [connection] END-EXEC.

The connection can be specified in the following ways:

If no connection name is specified, the current connection is closed.

It is good style that an application always explicitly disconnect from every connection it opened.