April 2008
Intermediate to advanced
566 pages
21h 55m
English
mysql_more_results()
my_bool mysql_more_result(MYSQL *mysql)
Use this function to determine whether more results remain
in a results set when using the
mysql_next_result() function to retrieve
data. It returns 1 if there are more results, and 0 if not.
Read now
Unlock full access