-
mysqltest
在VS2010开发环境下开发,可进行数据库的连接、查询、插入、删除,适合初学者学习。(VS2010 development environment under development, database connection, query, insert, delete, suitable for beginners to learn.)
- 2013-04-12 09:30:34下载
- 积分:1
-
student
学生管理系统,包括学生信息管理,成绩管理,违规查询等。(Student management system, including the student information management, performance management, and illegal inquiries.)
- 2010-01-06 13:50:57下载
- 积分:1
-
ADOTest
本人自己编写的VC++访问数据库程序,包含了ADO、ODBC等方法,可访问MSSQL、SQL、ACCESS等数据库。(I have written VC++ Access database program, including the ADO, ODBC and other methods to access MSSQL, SQL, ACCESS and other databases.)
- 2020-10-29 14:59:57下载
- 积分:1
-
Patient_Data
MFC中以ADO的形式连接Access数据库,包括增、删、改、查(MFC in the form of ADO connection to Access database, including add, delete, change, check)
- 2011-08-03 14:51:42下载
- 积分:1
-
ado-dao-odbc
数据库连接代码,一个有十个文件夹演示代码,每个文件夹都采用不同的方法连接vc与数据库的演示(Database connection code, a ten folders demo code, each folder takes a different approach to connect vc database demo)
- 2013-05-12 08:37:20下载
- 积分:1
-
DelStudent
该代码展示了MFC连接数据库ACCESS的方法,采用的ADO接口,特别适合初学者学习(The code shows the MFC method to connect to the database ACCESS using ADO interface, particularly suitable for beginners to learn)
- 2012-12-17 19:43:02下载
- 积分:1
-
2005112615535
运输企业运输工具以及行程安排综合信息管理系统(Means of transport and travel arrangements for transportation enterprises comprehensive information management system)
- 2010-03-08 16:02:15下载
- 积分:1
-
database
MFC用ODBC连接两个包含两个记录集的数据库,一个管理员表,一个授权表。(MFC ODBC connection with two sets of database contains two records, one administrator table, an authorization form.)
- 2014-06-17 19:59:29下载
- 积分:1
-
ADOupdate
本程序是在Visual C++的环境下实现的使用ADO对象向数据库中添加数据,可以更新数据库(This program is in Visual C++ environment to achieve the use of ADO object to add data to the database, you can update the database)
- 2010-05-26 13:13:35下载
- 积分:1
-
20060611Access
简要说明:直接通过DAO读、写Access文件
直接利用DAO来创建、读写Access文件,总的说来,对比上篇<直接通过ODBC读、写Excel文件>来讲,要简单一些。在下面的示例中,我们将用到两种方法:SQL和DAO类涵数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄,采用和上一篇读写Excel类似的操作,你也可以根据自己需要来动态改变它们。
(Brief Description : DAO directly through reading, writing documents directly using Access to create DAO, Access document literacy, in general, compared to the previous chapter)
- 2006-08-29 12:05:09下载
- 积分:1