mysql_store_result
Syntax
MYSQL_RES * mysql_store_result(MYSQL * mysql);
mysql
- a mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().
Description
Returns a buffered resultset from the last executed query.
See also
Last updated
Was this helpful?