clsD3Environment class

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

Undocumented members

The following methods and properties are undocumented members of the clsD3Environment class.

  • brCatalog property

  • brServer property

  • brCloseDomain method

  • brOpenDomain method