搜索资源列表
MFCDB
- C++连接数据库有很多种方法,ODBC,ADO等等。我这里就采用了ADO的方法。 既然都涉及到数据库了,就直接做个带界面的吧。先打开VS2010,新建一个“MFC应用程序”,在里面记得选择“基于对话框”,因为这个比较简单,我就用这个举例了,其他的自己研究一下吧,然后一直下一步就可以了。-There are many ways C++ connect to the database, ODBC, ADO, etc.. I am here on the use of the method
TestSQLiteFunction
- 这是一个用SQLite和C#在VS2010里编写的一个关于如何使用SQLite,以及如何连接SQLite数据库,打开数据库的小程序,适合初学者使用。-This is a use SQLite and a written in c# in VS2010 about how to use SQLite, and how to connect to the SQLite database, open the database of small procedures, suitable for begi
dataset-modify-and-update
- C#操纵sql server数据表进行显示,数据修改,更新 vs2010环境,对C#的sql数据库编程入门有很好的指导作用 -C# sql server to manipulate data tables for display, data modification, updating vs2010 environment for programming in C# sql database entry has a good role in guiding
Ex006
- VS2010 C++学习(6):ListCtrl用法及ADO方式读写Access程序-VS2010 C++ learning (6): ListCtrl Usage and Access ADO literacy program
P15_W1
- 基于C#的学生信息管理系统,数据库使用SQL Server 2008,VS2010,功能齐全!-C#-based student information management system
ADO
- 本程序在VS平台下实现MFC对数据库进行相应操作(能实现数据库的增删查改),代码量少,特别适合于初学者学习,程序可在Visual C++ 6.0和VS2010以及VS2008 平台上使用!-MFC Visual C++ DataBase ADO
VS-CPP-database-via-ODBC-
- 环境:VS2010 C++ 用ODBC方式连接数据库,方法简单适合入门学习 数据库用的ACCE-Environment: C++ ODBC VS2010 way to connect to the , the method is simple for getting started to learn the using ACCESS
MysqlTest.7z
- 重点:下载之后吧后缀zip删除,改为.7z 本人做的关于MFC和mysql的一个小测试,功能:用mysql的API链接数据库(因为每个人的数据库不一样,需要修改里面的数据库方面的代码),实现了增删改查基本功能。在改和删之前需要点击你要删的那条数据的id号。而且,改我只实现了改第二列的数据(name). 用户可以自行修改代码实现其他的功能。(A small test, about MFC and MySQL I do function: MySQL API link to the databa