SQL_NextRow
Syntax
native SQL_NextRow(Handle:query);
Usage
| Parameter | Description |
|---|---|
| query | Handle of a query. |
Description
Advances to the next result (row).
Return
This function has no return value.
Error
Invalid query handle. No result set in this query.