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.5 Reference Manual
::
22 Connectors and APIs
::
22.8 MySQL C API
:: 22.8.15 Common Questions and Problems When Using the C API
« 22.8.14.5 mysql_plugin_options()
22.8.15.1 Why mysql_store_result() Sometimes Returns NULL After mysql_query() Returns Success »
Section Navigation
[
Toggle
]
22.8 MySQL C API
22.8.1 MySQL C API Implementations
22.8.2 Simultaneous MySQL Server and MySQL Connector/C Installations
22.8.3 Example C API Client Programs
22.8.4 Building and Running C API Client Programs
22.8.5 C API Data Structures
22.8.6 C API Function Overview
22.8.7 C API Function Descriptions
22.8.8 C API Prepared Statements
22.8.9 C API Prepared Statement Data Structures
22.8.10 C API Prepared Statement Function Overview
22.8.11 C API Prepared Statement Function Descriptions
22.8.12 C API Threaded Function Descriptions
22.8.13 C API Embedded Server Function Descriptions
22.8.14 C API Client Plugin Functions
22.8.15 Common Questions and Problems When Using the C API
22.8.15.1 Why mysql_store_result() Sometimes Returns NULL After mysql_query() Returns Success
22.8.15.2 What Results You Can Get from a Query
22.8.15.3 How to Get the Unique ID for the Last Inserted Row
22.8.16 Controlling Automatic Reconnection Behavior
22.8.17 C API Support for Multiple Statement Execution
22.8.18 C API Prepared Statement Problems
22.8.19 C API Prepared Statement Handling of Date and Time Values
22.8.20 C API Support for Prepared CALL Statements
22.8.15. Common Questions and Problems When Using the C API
[
+/-
]
22.8.15.1. Why
mysql_store_result()
Sometimes Returns
NULL
After
mysql_query()
Returns Success
22.8.15.2. What Results You Can Get from a Query
22.8.15.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.