sa_conn_properties_by_conn system procedure

Function

Reports connection property information.

Syntax

sa_conn_properties_by_conn ( [ property-name ] )

Permissions

None.

See also

“sa_conn_properties system procedure”

Description

This is a variant on the sa_conn_properties system procedure. It returns results only for connection properties that match the property-name string. You can use wildcards in property-name, as the comparison uses a LIKE operator. The result set is sorted by connection number and property name.

For a listing of available connection properties, see the section “Database properties” in the chapter “Database Performance and Connection Properties” in the Adaptive Server Anywhere Database Administration Guide.

Examples