登录
首页 » Visual C++ » ADOTest

ADOTest

于 2020-10-29 发布 文件大小:3418KB
0 339
下载积分: 1 下载次数: 8

代码说明:

  本人自己编写的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.)

文件列表:

addrinfo.xls,14848,2013-05-07
ADO.APS,35500,2013-04-06
ADO.clw,1044,2013-04-06
ADO.cpp,7225,2013-05-08
ADO.dsp,4247,2013-05-07
ADO.dsw,531,2013-05-06
ADO.h,1291,2013-04-06
ADO.ncb,377856,2013-07-04
ADO.opt,49664,2013-07-04
ado.plg,240,2013-07-04
ADO.rc,5327,2013-04-06
ADODlg.cpp,4059,2013-04-06
ADODlg.h,1309,2013-04-06
Debug
.....\ado.bsc,2606080,2013-05-06
.....\ado.exe,1699898,2013-05-08
.....\ado.ilk,2047328,2013-05-08
.....\ado.obj,106746,2013-05-08
.....\ado.pch,3615336,2013-05-08
.....\ado.pdb,2991104,2013-05-08
.....\ado.sbr,0,2013-05-06
.....\msado15.tlh,90687,2012-06-06
.....\msado15.tli,76648,2012-06-06
.....\vc60.idb,222208,2013-07-04
.....\vc60.pdb,225280,2013-05-08
excel.cpp,169515,2013-05-07
excel.h,45956,2013-05-07
msado15.tlh,90619,2010-10-16
msado15.tli,76614,2010-10-16
mydb.dsn,116,2013-05-07
mydb_Data.MDF,1048576,2013-05-08
mydb_Log.LDF,1048576,2013-05-08
pubs.mdf,1835008,2013-05-07
pubs_log.ldf,786432,2013-05-07
ReadMe.txt,30,2013-05-07
res

...\ADO.rc2,395,2013-04-06
resource.h,727,2013-04-06
StdAfx.cpp,205,2013-04-06
StdAfx.h,1054,2013-04-06
studentdb.DSN,321,2013-05-07
studentdb.mdb,90112,2013-05-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 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
  • nainiu
    奶牛健康管理系统!MFC界面,实现奶牛资料的录入、删除、更改、查询等操作!还有奶牛所属农场主的信息!可以输出资料到excel中!连接Access数据库!(Dairy Health Management System! MFC interface, data input to achieve cows, delete, change, query and other operations! There is information on dairy farmer-owned! Can export data to excel in! Connect Access Database!)
    2010-01-08 20:41:34下载
    积分:1
  • cn700_vb53547437325
    ........... 开发进销存(VB6源码) (kfjxc )
    2009-03-07 05:24:25下载
    积分:1
  • bwzgear
    ug平台上基于MFC的变位直齿轮参数化设计的开发,连接Access数据库。(ug platform development based MFC displacement spur gear parametric design to connect Access database.)
    2020-09-12 09:27:58下载
    积分:1
  • ConnectionVB.Net
    this source for connection database
    2011-10-23 10:54:29下载
    积分:1
  • Ex_ODBC
    MFC基本实例实现连接数据库信息的录入修改删除功能(Basic examples were MFC connect to the database information input to modify delete function)
    2010-12-21 14:18:57下载
    积分: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
  • LRU
    实现的数据库io缓存模拟程序,读入五万个地址和读写标志,输出命中率,io次数等(Io caching implemented simulation program that reads fifty thousand addresses and write flag output hits, io number, etc.)
    2015-12-19 23:52:04下载
    积分:1
  • Automatic
    智能大厦自动报警系统 access 数据库,功能强大,可供初学者,或者业务相关的人学习(Automatic alarm system of intelligent building access database, powerful, for beginners, or business related people)
    2010-09-03 15:01:01下载
    积分:1
  • Licai2.0
    个人理财系统是我用MFC做的一个有界面的程序,里面涉及了数据库编程,常用的控件等知识。里面的数据都存储在SQL Server2005里面,我用的是ado方式访问数据库,实现了记录日常每餐的消费食物,消费水平,并可以自动算出一段时间的消费金额。(Personal financial management system is an interface program I do with MFC, which involves a database programming, controls and other knowledge. Inside the data stored in SQL Server 2005 which I use ado to access the database, to record daily meal consumption of food, consumption levels, and can automatically calculate the amount of the consumer for a period of time.)
    2012-03-30 23:16:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载