A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mariadb.com/docs/connectors/mariadb-connector-c/api-functions/mysql_store_result below:

mysql_store_result | MariaDB Documentation

mysql_store_result | MariaDB Documentation
  1. Connector/C
  2. MariaDB Connector/C API Functions
mysql_store_result
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