MySQL Reference Manual for version 4.0.18.

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

19.1.3.62 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 (1) if more results exist. FALSE (0) if no more results exist.

Note that in most cases one instead call mysql_next_result() to test if more result exists and initiate the next result set if it existed.

See section 19.1.8 C API Handling of Multiple Query Execution. See section 19.1.3.63 mysql_next_result().

Errors

None.



This document was generated by rdg (Feb 25 2004) using texi2html