Code blocks and MySQL

Any good references to explain how to use a MySQL database and server with a C++ program? I already hooked up the connection between the two but I don't have the slightest clue how to use them together.

I have looked all over google and youtube for hours and I haven't found anything. Any link would be greatly appreciated.

Thank you.
closed account (3hM2Nwbp)
I had to set this up for someone a few years back. This is the link where I gathered most of my information:

http://dev.mysql.com/tech-resources/articles/mysql-connector-cpp.html

Good luck!

** I think there might be a hidden quirk in compiling the C++ connector into a static library...a missing #define for something or other...it's been too long :\
Last edited on
Topic archived. No new replies allowed.