Serves as the root object for the class library.
Remarks
The primary purpose of the clsD3Environment class is to allow the application developer to establish connections to D3 databases.
To create the environment, declare a single instance of the clsD3Environment class at the beginning of the application. For example:
Dim oEnv As New clsD3Environment |
or–
Dim oEnv as clsD3Environment Set oEnv = New clsD3Environment |