manual.texi mysql_store_results() -> mysql_store_result()

parent 8a861707
......@@ -41017,10 +41017,10 @@ use @code{mysql_field_count()} to check for this.
allocates a @code{MYSQL_RES} structure, and places the result into this
structure.
@code{mysql_store_results()} returns a null pointer if the query didn't return
@code{mysql_store_result()} returns a null pointer if the query didn't return
a result set (if the query was, for example, an @code{INSERT} statement).
@code{mysql_store_results()} also returns a null pointer if reading of the
@code{mysql_store_result()} also returns a null pointer if reading of the
result set failed. You can check if you got an error by checking if
@code{mysql_error()} doesn't return a null pointer, if
@code{mysql_errno()} returns <> 0, or if @code{mysql_field_count()}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment