ASA SQL Reference
SQL Statements
Use this statement to drop a connection to the database, belonging to any user.
DROP CONNECTION connection-id
The DROP CONNECTION statement disconnects a user from the database by dropping the connection to the database.
You can obtain the connection-id by using the connection_property function to request the connection number. The following statement returns the connection ID of the current connection:
SELECT connection_property( 'number' )
Must have DBA authority.
None.
CONNECT statement [ESQL] [Interactive SQL]
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not supported by Adaptive Server Enterprise.
The following statement drops the connection with ID number 4.
DROP CONNECTION 4