Description: VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data source, the database file is bookinfo.mdb, data source name is bookinfo, also need to run an executable file with an executable database files files in the same path
To Search:
File list (Check if you may need any files):
使用MFC ODBC访问数据库\bookinfo\bookinfo.aps
......................\........\bookinfo.clw
......................\........\bookinfo.cpp
......................\........\bookinfo.dsp
......................\........\bookinfo.dsw
......................\........\bookinfo.h
......................\........\bookinfo.rc
......................\........\bookinfoDoc.cpp
......................\........\bookinfoDoc.h
......................\........\bookinfoSet.cpp
......................\........\bookinfoSet.h
......................\........\bookinfoView.cpp
......................\........\bookinfoView.h
......................\........\MainFrm.cpp
......................\........\MainFrm.h
......................\........\myheader.h
......................\........\res\bookinfo.ico
......................\........\...\bookinfo.rc2
......................\........\...\bookinfoDoc.ico
......................\........\...\Toolbar.bmp
......................\........\Resource.h
......................\........\StdAfx.cpp
......................\........\StdAfx.h
......................\........\YellowEdit.h
......................\bookinfo.exe
......................\bookinfo.mdb
......................\说明.txt
......................\bookinfo\Release
......................\........\res
......................\bookinfo
使用MFC ODBC访问数据库