Next:
Connecting to the server
Up:
how to access mysql
Previous:
Adjusting project properties
Contents
Filling main.cpp
After all preparations we step forward to the source code. You need to include
include <mysql/mysql.h>
and create a global variable called mysql from the type MYSQL.
Subsections
Connecting to the server
Disconnecting from the server
Send SQL statements
root 2015-09-06