InitConnectionEx Method
Description
Initializes the connection.
Syntax
Visual Basic
Public Sub InitConnectionEx( _
   ByVal ServerName As String _
) 
Parameters
ServerName
The ALM URL: http://<server>[:port]/qcbin
Remarks

InitConnectionEx must be called before a user can be authenticated with Login.

For a table of properties affected by the state of the connection, see the Remarks for the TDConnection object.

See Also