Category:C
The MySQL Server ships with a MySQL Client Library, written in ANSI-C. You can use it to connect to a MySQL server in your C/C application. A majority of the APIs for other programming languages actually are based on the C API.
Another options for applications written in C or C++ is ODBC. More information on MySQL Connector/ODBC is available on the MyODBC page.
[edit] Resources
- A useful resource is chapter 6 (PDF) of Paul Dubois MySQL, 3rd edition with its sample code.
- Documentation for programming using the MySQL C client library can be found in the manual.
- A Tour of the C API by Mark Schoonover
Articles in category "C"
There are 0 articles in this category.