clsD3TCLCommand Class

   

Implements the ability to execute D3 TCL commands.

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.

Remarks

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

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