Search the MySQL manual:

9.1.3.58 mysql_more_results()

my_bool mysql_more_results(MYSQL *mysql)

Description

Returns true if more results exist from the currently executed query, and the application must call mysql_next_result() to fetch the results. Available from MySQL 4.1.

Return Values

TRUE if more results exist. FALSE if no more results exist.

Errors

None.

User Comments

Add your own comment.