Next:
Send SQL statements
Up:
Filling main.cpp
Previous:
Connecting to the server
Contents
Disconnecting from the server
void disconnect() { mysql_close(&connection); };
This function disconnects from the server. The global variable
connection
is used to identify the right connection to the server.
root 2015-09-06