DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql_more_results

Info Catalog (mysql.info.gz) mysql_autocommit (mysql.info.gz) C API functions (mysql.info.gz) mysql_next_result
 
 22.2.3.65 `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.
 
 This function was added in MySQL 4.1.0.
 
 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.
 
  C API multiple queries.   mysql_next_result.
 
 Errors
 ......
 
 None.
 
Info Catalog (mysql.info.gz) mysql_autocommit (mysql.info.gz) C API functions (mysql.info.gz) mysql_next_result
automatically generated byinfo2html