MYSQL_RES * mysql_store_result(MYSQL * mysql);
Returns a buffered result set from the last executed query.
mysql_store_result() returns NULL in case an error occurred or if the query didn't return data (e.g. when executing an INSERT or UPDATE query.
mysql_field_count() indicates if there will be a result set available.
The memory allocated by mysql_store_result()
needs to be released by calling the function mysql_free_result().
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4