SQL_MoreRows Function

Returns if there are more rows.

bool SQL_MoreRows(Handle query)

Parameters

Handle query

A query (or statement) Handle.

Return Value

True if there are more rows, false otherwise.

Errors

Invalid query Handle.