native

SQL_Rewind

Syntax

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.

Return

This function has no return value.

Error

Invalid query handle.
No result set in this query.