MySQL Forums
Forum List  »  Connector/C++

Re: using MySQL Connector/C++ with embedded mySQL
Posted by: Lawrin Novitsky
Date: July 24, 2009 04:44AM

Hi,

Your understanding is right. c/c++ is also uses c api to talk to server. so switch from libmysqlclient to libmysqld should go smoothly, i think. However I myself never used c/c++ with libmysqld. So I need to try to tell something more specific.

the only condition i know is needed to be met - mysql headers should be of same series (say 5.1), that libmysqld is compiled against. For binary compatibility.

Could you please post errors you have when linking against libmysqld? Maybe that could help.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: using MySQL Connector/C++ with embedded mySQL
2215
July 24, 2009 04:44AM


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.