Implements operations on D3 files, including reading, writing, deleting, locking, and unlocking.
Remarks
To create a new clsD3File object, use the brOpenFile method of the clsD3Connection class. For example:
Set oFile = oConn.brOpenFile("customers") |