Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere PHP API » SQL Anywhere PHP API reference

 

sasql_stmt_next_result

Prototype
bool sasql_stmt_next_result( sasql_stmt $stmt )
Description

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).

Parameters

$stmt   A statement resource.

Returns

TRUE on success or FALSE failure.

Related functions