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?
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.
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...