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