MySQLQuery++ - a C++ MySQL Query Class 12/07/2013 - Coding Snippets - 12 Replies EN:
Hey,
as I'm currently developing FoxBot, I was in need for a small class which is able to create prepared MySQL statements and execute them, preferably using C++ data types like std::string. As I was unable to get the MySQL C++ Connector running, I instead coded my own MySQL query class which is able to create a connection to a MySQL server and execute queries just like I wanted it to do.
It still needs the MySQL C headers and libs though which you can find in MySQL server...