Results 1 to 3 of 3
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, ...
- 06-05-2003 #1Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
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
- 06-05-2003 #2Linux User
- Join Date
- Jun 2003
- Location
- Calgary, AB CANADA
- Posts
- 496
Found a basic one here.
Hope it helps!
- 06-20-2003 #3Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
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



