MySql + C++

Feb 10, 2011 at 1:59am
how do I make a interation between C++( or C) and Mysql?... I'm studing mysql with PHP, but I want use it in Desktop applications too...
I have seen about mysql++, but is this the better choose? tips? tutorials?
Feb 10, 2011 at 3:46am
closed account (3hM2Nwbp)
From personal experience, the "official" MySQL C++ connector API would be my recommendation. If you plan to link statically, there are a few tricks that need to be done in order for it to work properly. If you decide to take this path and can't get the linkage correct, let me know and I'll help the best that I can.

Regards,
Luc
Feb 10, 2011 at 3:35pm
thanks man! I will use it. I've started studing today, I've downloaded the "C++ Driver for MySQL (Connector/C++)" and the "libmysql-5.0.5-1sid.DevPak" to use with dev-cpp.
for now, thanks...
Topic archived. No new replies allowed.