DBREWIND        Reset query results pointer to first row of results

Top  Previous  Next

Syntax:

DBREWIND

 

Arguments:

None

 

Options:

None

 

 

 

This script command is used to reset the query results pointer back to the first row of the most recent query issued by the DBQUERY script command.

 

The DBGETRESULTS command is used to sequentially retrieve row(s) resulting from a query. You’d issue the DBREWIND command if you ever wish to have DBGETRESULTS start over again from the first row.

 

Related Command(s): DBGETRESULTS, DBQUERY