MySQL Forums
Forum List  »  Connector/C++

Re: Connecting C++ and MySQL database
Posted by: Jess Balint
Date: February 06, 2007 06:11PM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
14172
February 03, 2007 12:08PM
Re: Connecting C++ and MySQL database
7047
February 06, 2007 06:11PM


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.