MySQL Forums
Forum List  »  Connector/C++

Re: Where are the docs?
Posted by: Andrey Hristov
Date: April 03, 2009 10:50AM

Hi,
I suppose you have downloaded the binary version. There are two directories : include & lib.
For testing purposes you can copy the lib contents to /usr/local/lib
The same should be done for the include but the directory is /usr/local/include .
After this there should be a /usr/local/include/cppconn directory which has a bind of headers and mysql_connection.h & mysql_driver.h directly under /usr/local/include.
The binary package doesn't contain examples. Examples you can find in the source package under the examples/ directory. The exampel show what to include and how to connect.

For documentation look here : http://dev.mysql.com/doc/refman/5.0/en/connector-cpp.html

Andrey



Edited 1 time(s). Last edit at 04/03/2009 10:52AM by Andrey Hristov.

Options: ReplyQuote


Subject
Views
Written By
Posted
4087
April 02, 2009 09:33PM
2741
April 03, 2009 12:03AM
2696
April 03, 2009 07:08AM
Re: Where are the docs?
2738
April 03, 2009 10:50AM
2501
April 03, 2009 08:34PM


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.