登录
首页 » Visual C++ » AdoExample

AdoExample

于 2011-05-21 发布 文件大小:5500KB
0 403
下载积分: 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 个回复

  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分:1
  • TestAdo
    VC++实现数据库的连接,以及对数据库的增删改查操作。(No Translation.)
    2016-08-31 10:35:02下载
    积分:1
  • Ado_Aok_2_src
    例子2(Example 2)
    2021-04-06 10:09:02下载
    积分:1
  • cn700_vb53547437325
    ........... 开发进销存(VB6源码) (kfjxc )
    2009-03-07 05:24:25下载
    积分:1
  • VFP
    VFP数据库继承了以往传统数据库的优点,是采用了面向对象的程序设计思想和可视化的编程工具,操作简单、易学,极大的方便了软件的开发。人们在使用它作为开发工具时,可以高效的开发出全新的可视化图形界面应用程序。(VFP database inherits the advantages of traditional databases, is the use of object-oriented program design and visual programming tools, simple operation, easy to learn, which greatly facilitates the software development. People use it as a development tool, you can efficiently develop a new visual GUI applications.)
    2013-08-30 16:02:33下载
    积分:1
  • Ado999999
    Ado 实现C++对象的存取,Ado 实现C++对象的存取 Ado 实现C++对象的存取 (C Ado achieve the target access, C Ado achieve the target to achieve access Ado C Object Access Ado achieve C Ado Object Access to achieve C like acce)
    2007-02-04 12:09:52下载
    积分:1
  • chap29--use-OLE-DB-handle-databases
    MFC操作数据库ADO操作数据库, MFC操作数据库ADO操作数据库.(use MFC to handle the databases.)
    2012-09-19 17:29:05下载
    积分:1
  • databaseapplication
    该程序基于MFC CdataBase类重做数据库中的应用程序(MFC CdataBase based on the program category in the database redo application)
    2009-04-25 09:24:47下载
    积分:1
  • CADOPIC
    数据库开发的ado连接,包括存入图像,读取图像的方法,值得入门的学习下(Ado connection database development, including into the image, read the image, it is worth to study the entry)
    2010-10-23 16:00:43下载
    积分:1
  • ExcelPrint
    使用Excel实现生成、打印数据库报表数据,VC++经典编程学习源码,很好的参考资料。(Use Excel to realize the generation, print database report data, VC++ classic learning programming source code, a good reference.)
    2013-11-25 12:51:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载