VS2015 / MFC, operating MySQL database

1, the overall function

Achieved vc ++ (vs2015) all operations MySQL database, including additions and deletions;

The following describes the overall operation of the database:

Features

(1) support the operation of the MySQL database;

(2) support for the database operation [insert];

(3) support for database Delete operation;

(4) support the database [amended] operation;

(5) support for database [query] operation;

(6) supports the File Open dialog box to select the corresponding database file;

(7) support for all database operations, synchronized display list to the list;

(8) using the C ++ / VS2015 development, detailed notes source;

 

2, the detailed development steps

 

Published 11 original articles · won praise 8 · views 10000 +

Guess you like

Origin blog.csdn.net/superman9967/article/details/104447790