Does anyone know of a simple way for a C++ program to communicate directly with a MySQL database? I have looked at MySQL++ and found it to be very confusing. If anyone kno
Use the C API:
http://dev.mysql.com/doc/refman/5.0/en/c.html