Try OpenEdge Now
SQL Reference
ESQL Reference
:
Embedded SQL
:
ESQL elements and statements in Backus Naur Form (BNF)
:
DISCONNECT
DISCONNECT
disconnect statement
::=
DISCONNECT
{
'
connection_name
'
|
CURRENT
|
ALL
|
DEFAULT
}
;