Implements the abilities associated with a D3 database: opening files, building select lists, executing TCL commands, and processing rule modules.
Remarks
An instance of the clsD3Connection class represents a connection to a specific account on a D3 database. Connection information, such as user and account, are specified in the ODBC data source.
To create a new clsD3Connection object, use the brOpenConnection method of the clsD3Environment class. For example:
ODBC Set oConn = oEnv.brOpenConnection("ODBC", "production") RPC Set oConn = oEnv.brOpenConnection(" ", "production") |