登录
首页 » Visual C++ » AdoExample

AdoExample

于 2011-05-21 发布 文件大小:5500KB
0 395
下载积分: 1 下载次数: 6

代码说明:

  这是我自己写的一个数据库课程设计主要是如何利用ADO跟ACCESS数据库写的,主要使用MFC进行编写,大开工程编译一下就可以运行了(just a ado program)

文件列表:

ADO数据库例子
.............\readme.txt,154,2004-09-08
.............\VcHomework
.............\..........\Debug
.............\..........\.....\DlgWelcome.obj,10665,2011-05-13
.............\..........\.....\DlgWelcome.sbr,5648,2011-05-13
.............\..........\.....\Login.obj,63922,2011-05-13
.............\..........\.....\Login.sbr,9723,2011-05-13
.............\..........\.....\msado15.tlh,90699,2010-11-09
.............\..........\.....\msado15.tli,76654,2010-11-09
.............\..........\.....\PowerDlg.obj,10794,2011-05-13
.............\..........\.....\PowerDlg.sbr,5675,2011-05-13
.............\..........\.....\StdAfx.obj,133946,2011-05-13
.............\..........\.....\StdAfx.sbr,1764423,2011-05-13
.............\..........\.....\vc60.idb,246784,2011-05-14
.............\..........\.....\vc60.pdb,561152,2011-05-13
.............\..........\.....\VcHomework.bsc,4277248,2011-05-11
.............\..........\.....\VcHomework.exe,614471,2011-05-13
.............\..........\.....\VcHomework.ilk,474908,2011-05-13
.............\..........\.....\VcHomework.obj,17323,2011-05-13
.............\..........\.....\VcHomework.pch,9872328,2011-05-13
.............\..........\.....\VcHomework.pdb,664576,2011-05-13
.............\..........\.....\VcHomework.res,371340,2011-05-13
.............\..........\.....\VcHomework.sbr,7638,2011-05-13
.............\..........\.....\VcHomeworkDlg.obj,204179,2011-05-13
.............\..........\.....\VcHomeworkDlg.sbr,26970,2011-05-13
.............\..........\DlgWelcome.cpp,1070,2011-05-11
.............\..........\DlgWelcome.h,1228,2011-05-11
.............\..........\hlp
.............\..........\...\AfxDlg.rtf,3881,2004-09-07
.............\..........\...\VcHomework.hm,482,2011-05-13
.............\..........\...\VcHomework.hpj,2335,2004-09-07
.............\..........\...\VcHomework.LOG,259,2011-05-14
.............\..........\...\VcHomework.ph,0,2004-09-07
.............\..........\Login.cpp,2559,2011-05-13
.............\..........\Login.h,1196,2011-05-13
.............\..........\MakeHelp.bat,1486,2004-09-07
.............\..........\Manage.mdb,565248,2011-05-14
.............\..........\msado15.tlh,90619,2010-11-09
.............\..........\msado15.tli,76614,2010-11-09
.............\..........\PowerDlg.cpp,1032,2004-09-08
.............\..........\PowerDlg.h,1223,2004-09-08
.............\..........\ReadMe.txt,4139,2004-09-07
.............\..........\res


.............\..........\...\VcHomework.rc2,402,2004-09-07
.............\..........\resource.h,2018,2011-05-12
.............\..........\StdAfx.cpp,212,2004-09-07
.............\..........\StdAfx.h,1300,2004-09-07
.............\..........\VcHomework.aps,406508,2011-05-13
.............\..........\VcHomework.clw,3103,2011-05-14
.............\..........\VcHomework.cpp,1855,2011-05-13
.............\..........\VcHomework.dsp,8912,2011-05-12
.............\..........\VcHomework.dsw,543,2004-09-07
.............\..........\VcHomework.h,1368,2004-09-07
.............\..........\VcHomework.ncb,246784,2011-05-14
.............\..........\VcHomework.opt,570880,2011-05-14
.............\..........\VcHomework.plg,1012,2011-05-14
.............\..........\VcHomework.rc,8737,2011-05-13
.............\..........\VcHomeworkDlg.cpp,29512,2011-05-13
.............\..........\VcHomeworkDlg.h,2180,2011-05-13

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

发表评论

0 个回复

  • mfc-ado-sql
    这是我在公司做的数据库外挂报表 对大家的学习很有帮助(This is what I do in the company' s database plug-in for everyone' s very helpful report)
    2011-11-12 19:00:11下载
    积分:1
  • bodb_1.0.4
    BODB是一套开源的内存数据库系统,基于BOOST开源库开发,支持跨平台编译应用.(Bodb is a boost based software library that implements a simple SQL database engine. Include a sqlparser project. )
    2012-03-30 10:54:12下载
    积分:1
  • dao_sample
    dao例子(Dao example)
    2002-04-19 09:18:04下载
    积分:1
  • Control
    VC编写Excel表格,增加,修改,删除,同时进行数据库的操作(visual c++ read writeexcel sheet,add ,delete,update excel field,and insert data base)
    2016-10-19 14:25:06下载
    积分: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
  • 3275-anqn
    VC++ 通过ODBC读写Excel文件 VC++ 直接通过ODBC操作读写Excel表格文件的程序,附上源代码,程序没有其它功能,就这一个读写EXCEL的功能,可以VC6下编译通过(VC++ to read and write Excel files via ODBC VC++ ODBC operations directly through the program to read and write Excel spreadsheet files, attach the source code, no other program features a reading and writing EXCEL on this feature, you can compile under VC6)
    2011-07-12 10:10:34下载
    积分:1
  • quzze
    该代码包括了队列的实现,主要包括队列的进出问题, 以及队列的查询,删除等问题。(The code includes queue implementation, mainly including queue in and out of the question, as well as the queue query, delete, etc.)
    2014-01-03 10:44:40下载
    积分:1
  • vbwl
    零基础制作【武林外传】辅助工具[详细步骤+图片](VB)!(Zero based on the production of Wulin rumored] [aids [detailed steps+ Picture] (VB)!)
    2007-08-12 20:49:31下载
    积分:1
  • Ado1
    ADO数据库操作类,包括数据库的创建、表的创建、删除、查询、和字段值得获取等一系列方法。(The ADO operation class ,which can realize the creation of database and table, the delete ,select of record.)
    2013-12-02 16:31:31下载
    积分:1
  • Matiral-
    适用于原料车间,原料混合配料过程的监控和管理,能引导和规范配料过程,并用数据库存储配方,方便查询统计。(Suitable for workshop materials, raw material mixing ingredients monitoring and management processes, to guide and regulate the batching process and use the to store recipes, easy access statistics.)
    2016-06-17 16:58:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载