VS2015 / MFC, database operations Access

1, the overall function

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

The following describes the overall operation of the database:

(1) support the operation of the Access older versions of mdb format;

(2) support the operation of the new version of Access accdb format of;

(3) support for database operations [insert];

(4) support for databases Delete operation;

(5) support the database [amended] operation;

(6) Support for database [query] operation;

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

(8) supports operations for all databases, synchronization list displayed in the list;

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

 

2, the detailed development steps

data

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

Guess you like

Origin blog.csdn.net/superman9967/article/details/104447633
Recommended