clsD3TCLCommand class

Implements the ability to execute D3 TCL commands.

Remarks

Note: Depending on the brResults property settings, the ClsD3TclCommand object returns either a dynamic array containing the execution results, a dynamic array of the execution's error codes, or both.

To create a new clsD3TCLCommand object, use the brOpenTCLCommand method of the clsD3Connection class. For example:

Set oTCLCmd = oConn.brOpenTCLCommand("list customers")