All pages
Powered by GitBook
1 of 1

Loading...

mysql_next_result

Syntax

  • mysql - a mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().

Description

Prepares next result set from a previous call to which can be retrieved by or . Returns zero on success, nonzero if an error occurred.

If a multi query contains errors the return value of /error() might change and there will be no result set available.

See also

int mysql_next_result(MYSQL * mysql);
mysql_real_query()
mysql_store_result()
mysql_use_result()
mysql_errno
mysql_real_query()
mysql_store_result()
mysql_use_result()
mysql_more_results()