Re: Connecting C++ and MySQL database
Mike,
You can use the MySQL C API in your C++ application. The documentation for it is available on the site at:
[http://dev.mysql.com/doc/refman/5.0/en/c.html]
For instructions and examples on using the C API, you can check out the sample chapter from Paul DuBois' MySQL Book at:
[http://www.kitebird.com/mysql-book/ch06-3ed.pdf]
Hope this helps.
Jess
Subject
Views
Written By
Posted
14172
February 03, 2007 12:08PM
Re: Connecting C++ and MySQL database
7047
February 06, 2007 06:11PM
5198
March 06, 2007 07:48AM
4813
July 09, 2007 12:07AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.