DBREWIND Reset query results pointer to first row of results
<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands > DBREWIND Reset query results pointer to first row of results |
Syntax: |
DBREWIND |
|
Arguments: |
None |
|
Options: |
None |
|
This script command resets the query results row pointer back to the first row of the result set created by the most recent execution of the DBQUERY script command. To be clear, this command resets the row pointer of the result set currently available to be processed by the DBGETRESULTS command.
Related command(s): DBGETRESULTS, DBQUERY, DBUSE, DBCLOSE
See also: Using the built-in database engine