ConnectionIDs - cConnection

Array of registered Connection IDs

Type: Function

Return Data Type: tConnection[]

Parameters: None

Return Value

Array of registered Connection IDs


Syntax
Function ConnectionIDs Returns tConnection[]

Call: Get ConnectionIDs to tConnectionArrayVariable


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.