SQL_Rewind

Syntax

native SQL_Rewind(Handle:query);

Usage

query
Handle of a query to rewind the result set of.

Description

Rewinds a result set to the first row.

Return

This function has no return value.

Error

Invalid query handle.
No result set in this query.