Possible Duplicate:
What is the best way to communicate with a MySQL server?
Is there a simple way to access and modify a mySQL database on a Web Site or XAMMP using C/C++? How is this usually done? If a library is needed, is there one that is not extremely difficult to compile and use?
Thanks
I haven’t used either, but there is a C API that comes with MySQL, and if you prefer C++, there’s also a C++ wrapper available.