DISCONNECT statement

Disconnects the specified database.

Syntax

DISCONNECT
  {logical-name | VALUE ( expression ) }
   [ NO-ERROR ]
logical-name
A logical database name. It can be an unquoted string or a quoted string. The logical-name is previously set, at startup or with a CONNECT statement, by using the Logical Database Name (-ld) parameter. If a logical name was not specified using the -ld parameter, then the physical database filename, without the .db suffix, is the default logical name.
VALUE (expression)
A character-string expression that evaluates to a logical database name.
NO-ERROR
The NO-ERROR option is used to prevent the statement from raising ERROR and displaying error messages.

Example

This procedure disconnects the database with logical name mydb:

r-discnt.p

DISCONNECT mydb.

Notes

See also

ALIAS function, CONNECT statement, CONNECTED function, CREATE ALIAS statement, CREATE CALL statement, DATASERVERS function, DBCODEPAGE function, DBCOLLATION function, DBRESTRICTIONS function, DBTYPE function, DBVERSION function, DELETE ALIAS statement, FRAME-DB function, NO-ERROR option, LDBNAME function, PDBNAME function, SDBNAME function