Object Creation
Ways of creating an object.
To create an object use one of the following:
set var = CreateObject("Ccl.Connect")
set var = New CclOConnNew is the preferred method in Visual Basic. For VBScript, you can use only the CreateObject method.