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))...