sasql_stmt_next_result

This function advances to the next result from the statement. If there is another result set, the currently cashed results are discarded and the associated result set object deleted (as returned by sasql_stmt_result_metadata).

Prototype

bool sasql_stmt_next_result( sasql_stmt $stmt )

Parameters

$stmt – A statement resource.

Returns

TRUE on success or FALSE failure.