登录
首页 » Visual C++ » chap30--use-ADO-handle-databases

chap30--use-ADO-handle-databases

于 2012-09-19 发布 文件大小:237KB
0 318
下载积分: 1 下载次数: 6

代码说明:

  MFC操作数据库ADO操作数据库, MFC操作数据库ADO操作数据库,(use MFC to handle the databasees)

文件列表:

第30章使用ADO操作数据库
.......................\AdoRWAccess
.......................\...........\AdoRWAccess.aps,35732,2004-08-04
.......................\...........\AdoRWAccess.clw,1295,2004-08-04
.......................\...........\AdoRWAccess.cpp,3791,2003-11-05
.......................\...........\AdoRWAccess.dsp,4843,2003-05-30
.......................\...........\AdoRWAccess.dsw,545,2002-12-19
.......................\...........\AdoRWAccess.h,1695,2002-12-19
.......................\...........\AdoRWAccess.ncb,369664,2004-08-04
.......................\...........\AdoRWAccess.opt,57856,2004-08-04
.......................\...........\AdoRWAccess.plg,2305,2003-11-10
.......................\...........\AdoRWAccess.rc,5393,2003-05-30
.......................\...........\AdoRWAccessDlg.cpp,13599,2003-11-10
.......................\...........\AdoRWAccessDlg.h,2251,2003-11-10
.......................\...........\BtnST.cpp,59750,2002-12-20
.......................\...........\BtnST.h,9972,2002-12-20
.......................\...........\Demo.mdb,69632,2003-11-10
.......................\...........\HyperLink.cpp,12654,2001-12-27
.......................\...........\HyperLink.h,3291,2001-12-27
.......................\...........\msado15.tlh,90610,2001-09-05
.......................\...........\msado15.tli,76608,2001-09-05
.......................\...........\PictureEx.cpp,27614,2002-07-31
.......................\...........\PictureEx.h,6810,2002-07-29
.......................\...........\ReadMe.txt,179,2002-12-20
.......................\...........\Release
.......................\...........\.......\msado15.tlh,90757,2002-07-10
.......................\...........\.......\msado15.tli,76704,2002-07-10
.......................\...........\res

.......................\...........\...\AdoRWAccess.rc2,403,2002-12-19

.......................\...........\resource.fd,1113,2003-05-30
.......................\...........\Resource.h,1101,2003-05-30
.......................\...........\StdAfx.cpp,213,2002-12-19
.......................\...........\StdAfx.h,1188,2003-05-27
.......................\...........\WinXPButtonST.cpp,2744,2002-11-24
.......................\...........\WinXPButtonST.h,1571,2002-12-20
.......................\Demo.mdb,69632,2004-08-04
.......................\Demo_Backup.mdb,69632,2004-08-04
.......................\Release
.......................\.......\AdoRWAccess.exe,65536,2003-11-10
.......................\.......\Demo.mdb,69632,2004-08-04
.......................\说明.txt,118,2003-09-12

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

发表评论

0 个回复

  • EX_Database01
    说明:  这是一个数据库访问技术方面的程序,是基于ODBC技术的数据库访问,显示数据库表中的所有记录。(This is a database access technical aspects of the procedure is based on ODBC database access technology, the database shows the table all records.)
    2006-03-21 11:54:54下载
    积分:1
  • DatabaseTest
    关于ADO数据库添加的一个简单例程,使用MFC的对话框为平台。(use visual C++ a sample about how to create ADO database . and the project is dialog on MFC)
    2013-03-16 21:23:53下载
    积分:1
  • bat
    解压bat数据库,支持Phoenix版、纯真版、梧州版等数据库文件格式,解出的数据库可以用Excel、Access等程序打开,然后利用Excel、Access等工具进行你需要的转换... 注:此工具只负责数据格式转换,排序、编辑等功能可利用Excel、Access等工具!(Extract the bat database, the database file format support Phoenix version, innocence, Wuzhou, and the solution out of the database can be open with Excel, Access and other programs, and then use Excel, Access and other tools you need to convert ... Note: This tool only responsible for data format conversion, sorting, editing tools such as Excel, Access!)
    2012-07-16 23:03:29下载
    积分:1
  • StudentDB
    使用VS2012CDatabase、CRecordSet类实现与Sql2008进行数据通信功能。( 翻译文字或网页 使用VS2012CDatabase、CRecordSet类实现与Sql2008进行数据通信功能。 请键入文字或网站地址,或者上传文档。 取消 Shǐyòng VS2012CDatabase,CRecordSet lèi shíxiàn yǔ Sql2008 jìnxíng shǔ jù tōngxìn gōngnéng. 您是不是要找: 使用VS2012 CDatabase、CRecordSet类实现与Sql2008进行数据通信功能。Use VS2012CDatabase, CRecordSet class implements and Sql2008 data communication capabilities.)
    2013-12-05 14:12:30下载
    积分:1
  • vcPPtoDAO
    visual c++ 访问DAO数据库 运行目录,驱动器根目录下(visit DAO datebase)
    2014-04-14 13:02:06下载
    积分:1
  • 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
  • hbMS
    MFC编的数据库管理系统,ODBC连接SQL。里面用了列表控件,组合框控件等。实现管理数据库,直接在列表框控件中操作即可。(MFC series database management systems, ODBC connection SQL. They spent a list control, combo box controls. Implement management database directly in the ListBox control can operate.)
    2013-06-27 11:24:35下载
    积分:1
  • DJDAO
    DAO数据库简单应用,可以独立创建Access数据库,也可以随意删除,DAO上手必备的教程!(DAO simple database application, and could create Access database, can also randomly deleted, DAO handcuffed indispensable guide!)
    2007-01-17 11:26:26下载
    积分:1
  • Database
    ODBC 操作,包括连接、检索、返回结果集、插入删除(ODBC operation, including connection, retri , return the result set, insert delete)
    2015-06-02 14:30:17下载
    积分:1
  • U008
    数据库示例,ADO实现,Visual C++ (Database example, ADO implementation, Visual C++)
    2011-05-09 21:48:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载