Skip navigation links
The world's most popular open source database
Login
|
Register
Developer Zone
Downloads
Documentation
MySQL Server
MySQL Enterprise
MySQL Workbench
MySQL Cluster
MySQL Connectors
Topic Guides
Expert Guides
Other Docs
Archives
About
Documentation Library
Table of Contents
MySQL 5.7 Manual
MySQL 5.6 Manual
MySQL 5.5 Manual
MySQL 5.1 Manual
MySQL 5.0 Manual
MySQL 3.23/4.0/4.1 Manual
Search manual:
MySQL 5.1 Reference Manual
::
21 Connectors and APIs
::
21.8 MySQL C API
:: 21.8.14 Common Questions and Problems When Using the C API
« 21.8.13.2 mysql_server_end()
21.8.14.1 Why mysql_store_result() Sometimes Returns NULL After mysql_query() Returns Success »
Section Navigation
[
Toggle
]
21.8 MySQL C API
21.8.1 MySQL C API Implementations
21.8.2 Simultaneous MySQL Server and MySQL Connector/C Installations
21.8.3 Example C API Client Programs
21.8.4 Building and Running C API Client Programs
21.8.5 C API Data Structures
21.8.6 C API Function Overview
21.8.7 C API Function Descriptions
21.8.8 C API Prepared Statements
21.8.9 C API Prepared Statement Data Structures
21.8.10 C API Prepared Statement Function Overview
21.8.11 C API Prepared Statement Function Descriptions
21.8.12 C API Threaded Function Descriptions
21.8.13 C API Embedded Server Function Descriptions
21.8.14 Common Questions and Problems When Using the C API
21.8.14.1 Why mysql_store_result() Sometimes Returns NULL After mysql_query() Returns Success
21.8.14.2 What Results You Can Get from a Query
21.8.14.3 How to Get the Unique ID for the Last Inserted Row
21.8.15 Controlling Automatic Reconnection Behavior
21.8.16 C API Support for Multiple Statement Execution
21.8.17 C API Prepared Statement Problems
21.8.18 C API Prepared Statement Handling of Date and Time Values
21.8.19 C API Support for Prepared CALL Statements
21.8.14. Common Questions and Problems When Using the C API
[
+/-
]
21.8.14.1. Why
mysql_store_result()
Sometimes Returns
NULL
After
mysql_query()
Returns Success
21.8.14.2. What Results You Can Get from a Query
21.8.14.3. How to Get the Unique ID for the Last Inserted Row
Previous
/
Next
/
Up
/
Table of Contents
User Comments
Add your own comment.
Top
/
Previous
/
Next
/
Up
/
Table of Contents
© 2013, Oracle Corporation and/or its affiliates
User Comments
Add your own comment.