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.