IsConnectionIdLoggedIn - cConnection
Tests if the connection identified by the passed connection Id is logged in to database server
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| sId | String | Connection ID |
Syntax
Function IsConnectionIdLoggedIn String sId Returns Boolean
Call Example
Get IsConnectionIdLoggedIn sId to BooleanVariable
Description
This tests if the connection identified by the passed connection Id is logged in to database server. The Id being passed must be registered.
Return Value
True if Yes, False if No