DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-more-results

Info Catalog (mysql.info) mysql-list-tables (mysql.info) c-api-functions (mysql.info) mysql-next-result
 
 22.2.3.44 `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.
 
 *Return Values*
 
 `TRUE' (1) if more results exist.  `FALSE' (0) if no more results exist.
 
 In most cases, you can call `mysql_next_result()' instead to test
 whether more results exist and initiate retrieval if so.
 
 See  c-api-multiple-queries, and  mysql-next-result.
 
 *Errors*
 
 None.
 
Info Catalog (mysql.info) mysql-list-tables (mysql.info) c-api-functions (mysql.info) mysql-next-result
automatically generated byinfo2html