DROP CONNECTION Statement

Drops any user connection to the database.

Quick Links:

Go to Parameters

Go to Examples

Go to Usage

Go to Standards

Go to Permissions

Syntax

DROP CONNECTION connection-id

Parameters

(back to top)

Examples

(back to top)

Usage

(back to top)

You cannot drop your current connection; you must first create another connection, then drop your first connection.

Standards

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Sybase Database product—Not supported by Adaptive Server.

Permissions

(back to top)

Requires the DROP CONNECTION system privilege.

Related reference
CONNECT Statement [ESQL] [Interactive SQL]