Connection Manager Examples

Example 1. Getting a connection.

edtResult = ConnectionManager.Connect()

Note:

Example 2. Checking if there is a connection.

edtResult = ConnectionManager.IsConnected()

Note: