FairCom Corporation


2.14 DISCONNECT


Description

Terminates the connection between an application and a database environment.

Syntax

DISCONNECT
{ connection_name | ALL | CURRENT | DEFAULT }
connection_name::
{ character_literal | host_variable }

Notes

Examples

DISCONNECT "conn_1";
DISCONNECT CURRENT;
DISCONNECT ALL;
DISCONNECT DEFAULT;

Authorization

None.

SQL Compliance
SQL-92
Environment
Embedded SQL and interactive
Related Statements
DISCONNECT, SET CONNECTION


FairCom Corporation
www.faircom.com