Closing a Connection

4.3. Closing a Connection

To close a connection, use the following statement:

EXEC SQL DISCONNECT [connection];

The connection can be specified in the following ways:

  • connection-name

  • DEFAULT

  • CURRENT

  • ALL

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.