Skip to content

DriverByConnectionId - cDbConnectionManager

Include: Use Db\cDbConnectionManager.pkg

Returns the driver object for a connection ID.

Type: Function

Return data type: Handle

Parameters

Parameter Type Description
sConnectionId String Connection ID.
bConnect Boolean True to connect before returning the driver.

Syntax

Function DriverByConnectionId String sConnectionId Boolean bConnect Returns Handle

Call

Get DriverByConnectionId of hoObj "value" 0 to result

Description

Returns the driver object for a connection ID.

See also