28.4.3 Analyzing Query Results
- Result of a SELECT command stored in a MYSQL_RES
object
- Call mysql_store_result to allocate and fill result object:
MYSQL_RES* result = mysql_store_result(connection);
- Returns NULL if preceding command was not
SELECT
prev
|top
|next