Database

所属分类:数据库编程
开发工具:Visual C++
文件大小:18KB
下载次数:23
上传日期:2009-07-06 10:15:12
上 传 者2511302
说明:  非常实用的用C++连接ACCESS数据库使用实例,希望对初学者有帮助。
(Very practical to use C++ to connect using the instance of ACCESS database, and they hope to be helpful for beginners.)

文件列表:
Database\Database.cpp (18784, 2006-07-06)
Database\Database.h (2728, 2009-07-04)
Database\Database.sln (875, 2006-07-06)
Database\Database.vcproj (4289, 2009-07-04)
Database\GTDatabase.mdb (151552, 2009-07-04)
Database\Main.cpp (9066, 2009-07-04)
Database (0, 2009-07-06)

//**********************************************************************************// // // - "Talk to me like I'm a 3 year old!" Programming Lessons - // // $Author: Ben Humphrey digiben@gametutorials.com // // $Program: Database // // $Description: This shows how to work with databases // //**********************************************************************************// Files: Main.cpp (The source file containing the actual code) Database.cpp (The source file containing the database code) Database.h (The header file containing the database class) GTDatabase.mdb (The Microsoft Access database file) Database.vcproj (The VC++ project file holding the project info) Database.sln (The solution file holding the solution info) Instructions: If you have Microsoft Visual Studio 2005 just click on the .sln file. This will open up visual c++. You will most likely see the code for .cpp. If you don't, press CRTL+ALT+L This will open the "Solution Explorer". There you should find two folders named "Source Files" and "Header Files". Double click on the "source" folder and you should see your source file(s) with a .cpp extension after it. Double click on the file and it will open up in your main window. Hit Control-F5 to run the program. You will probably see a prompt to compile/build the project. Click OK and a console window should pop up with the program. :) EULA: Your use of this tutorial constitutes your agreement to GameTutorials' Terms of Use found at: http://www.gametutorials.com/TermsOfUse.htm www.GameTutorials.com 2000-2006 GameTutorials

近期下载者

相关文件


收藏者