Signature
native SQL_Rewind(Handle:query);
Description
Rewinds a result set to the first row.
Parameters
- query — Handle of a query to rewind the result set of.
No return value
Errors
-
Invalid query handle.
No result set in this query.