sa_conn_list System Procedure

Returns a result set containing connection IDs.

Syntax

sa_conn_list ([ connidparm ] [ ,dbidparm])

Arguments

  • connidparm Use this optional INTEGER parameter to specify the connection ID number.
  • dbidparm Use this optional INTEGER parameter to specify the database ID number.

Result Set

Column Name Data Type Description

Number

INTEGER

The connection ID number.

See Also

SQL Anywhere Server - SQL Reference > System procedures > Alphabetical list of system procedures > sa_conn_list system procedure

Note: This reference points to SQL Anywhere documentation.