Skip to content

ConnectionIDs - cConnection

Array of registered Connection IDs

Type: Function
Return Data Type: tConnection[]

Syntax

Function ConnectionIDs Returns tConnection[]

Call Example

Get ConnectionIDs to tConnection[]Variable

Description

The cConnection object maintains a list of all registered Connection IDs in an array of tConnection items. ConnectionIds returns this array.

This array contains only enabled connections, i.e. the connections included have their driver successfully loaded and the driver index is set; the sConnectionString member is also set. At this point, the sSection member's value has no meaning.

Return Value

Array of registered Connection IDs