The ADODriver object contains the following methods:
Method List
Name | Description |
---|---|
DriveMethod
|
Iterates through all the records of the data storage, to which the driver provides access to, and executes a script routine for each record. |
EOF
|
Indicates whether the driver is at the end of the data storage to which it provides access to. |
First
|
Goes to the first set of data in the storage to which the driver provides access. |
Next
|
Goes to the next set of data in the storage to which the driver provides access. |