Top  | Previous | Next

system.db.getConnectionInfo

Description

Returns a dataset of information about a single database connection, as specified by the name argument.

Syntax

system.db.getConnectionInfo()

Parameters

none

Returns

Dataset - A dataset containing information about the current projects default database connection, or an empty dataset if the connection wasn't found.

Scope

Client

system.db.getConnectionInfo(name)

Parameters

String name - The name of the database connection to find information about.

Returns

Dataset - A dataset containing information about the named database connection, or an empty dataset if the connection wasn't found.

Scope

All