-
MySQL C API Tutorial?
Hiya,
I am looking for a tutorial (with examples) of using the MySQL C API to connect and interact with a MySQL database.
I have looked at the MySQL Documentation, which does cover programming with the API exensivly, but more in the "reference manual" type of style, without examples.
Any good tutorials(or books) out there?
Cheers,
Jason
-
Found a basic one here.
Hope it helps!
8)
-
Cheers, i took a bit of information from that page.
The one i ended up with mainly was a sample chapter from a book:
http://www.kitebird.com/mysql-book/
You can get the sample chapter PDF here: http://www.kitebird.com/mysql-book/ch06-2ed.pdf - this covers MySQL 4.x specific as well.
For the first edition, mainly focusing on 3.2x.x, the sample chapter pdf is here: http://www.kitebird.com/mysql-book/ch06.pdf
Hope that will help someone else in the future.
I found the content easy to understand, and it included lots of explainations and example code snippets.
Jason