I'm working on a project using Microsoft Visual C++ 6.0, MySQL 3.23.49, and the MySQL C API. I'm having trouble with this code.
#include "mysql.h"
.
.
MYSQL_RES *pData;
.
.
sprintf(query_string,"SELECT * FROM commset;");
(mysql_query(MySQL_connection, query_string))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.