登录
首页 » Visual C++ » liulanshujvku

liulanshujvku

于 2011-03-31 发布 文件大小:3751KB
0 133
下载积分: 1 下载次数: 1

代码说明:

说明:  该程序实现了对mdb数据库文件,用mfc来编写界面进行浏览。压缩文件里的StuInfo6.mdb为所给的数据库文件。 通过按钮控件可以将记录移动到第一条记录,最后一条记录以及上一条记录,下一条记录等等。(The program realized mdb database file to write the interface with mfc browsing. Compressed file in the StuInfo6.mdb for the given database file. Button controls can be recorded through the move to the first record, last record and previous record, next record and so on. )

文件列表:

实例
....\Debug
....\.....\MainFrm.obj,19554,2011-03-31
....\.....\MainFrm.sbr,0,2011-03-31
....\.....\StdAfx.obj,106955,2011-03-31
....\.....\StdAfx.sbr,1447116,2011-03-31
....\.....\vc60.idb,205824,2011-03-31
....\.....\vc60.pdb,372736,2011-03-31
....\.....\实例.bsc,3310592,2011-03-31
....\.....\实例.exe,118823,2011-03-31
....\.....\实例.ilk,354476,2011-03-31
....\.....\实例.obj,22216,2011-03-31
....\.....\实例.pch,7161968,2011-03-31
....\.....\实例.pdb,484352,2011-03-31
....\.....\实例.res,7860,2011-03-31
....\.....\实例.sbr,0,2011-03-31
....\.....\实例Doc.obj,16418,2011-03-31
....\.....\实例Doc.sbr,0,2011-03-31
....\.....\实例Set.obj,13218,2011-03-31
....\.....\实例Set.sbr,0,2011-03-31
....\.....\实例View.obj,24384,2011-03-31
....\.....\实例View.sbr,0,2011-03-31
....\MainFrm.cpp,2505,2011-03-30
....\MainFrm.h,1581,2011-03-30
....\ReadMe.txt,4142,2011-03-30
....\res


....\...\实例.rc2,396,2011-03-30

....\resource.h,1003,2011-03-31
....\StdAfx.cpp,206,2011-03-30
....\StdAfx.h,1105,2011-03-30
....\StuInfo6.mdb,245760,2011-03-31
....\~VC14B.tmp,54784,2011-03-31
....\~VC14C.tmp,48640,2011-03-30
....\实例.aps,44924,2011-03-31
....\实例.clw,2868,2011-03-31
....\实例.cpp,4030,2011-03-30
....\实例.dsp,4663,2011-03-30
....\实例.dsw,516,2011-03-30
....\实例.h,1312,2011-03-30
....\实例.ncb,33792,2011-03-31
....\实例.plg,1382,2011-03-31
....\实例.rc,12553,2011-03-31
....\实例Doc.cpp,1425,2011-03-30
....\实例Doc.h,1427,2011-03-30
....\实例Set.cpp,1280,2011-03-30
....\实例Set.h,1243,2011-03-30
....\实例View.cpp,3941,2011-03-31
....\实例View.h,2044,2011-03-31

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

发表评论

0 个回复

  • daoeg
    一个使用DAO的例子(An example of the use of DAO)
    2003-09-07 12:21:08下载
    积分:1
  • dock
    简单型数据库系统,没有任何bug,比较完整,使用adodb控件(Simple database system, there is no bug, relatively complete, the use of adodb control)
    2008-12-22 16:25:14下载
    积分:1
  • dao_sample
    dao例子(Dao example)
    2002-04-19 09:18:04下载
    积分:1
  • sqlexcel
    从数据库生成excel报表的vb子程序。数据库是sqlserver2000,报表预先用excel制作好,运行程序后报表中将自动填入数据并进入打印预览状态(From the database to generate excel report vb subroutine. Database is sqlserver2000, statements, pre-production with excel, and run the program will automatically fill in statements after the data and enter the Print Preview Status)
    2021-04-10 14:28:59下载
    积分: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
  • ADOAccessDemo
    该例程参考《Visual C++开发修行实录》,为ADO访问Access数据库的例程,其中详细介绍了ADO访问数据库的步骤,以及查询、修改、删除等SQL语言的使用。(Refer to the routine Visual C++ development practice record , as the ado access access routines, which details the steps of ADO to access the , and query, modify, delete SQL language use. )
    2015-07-15 10:49:40下载
    积分:1
  • rfid
    从实验箱中读取在数据收集到数据库sqlite3(get data rifd uhf)
    2013-11-20 09:48:48下载
    积分:1
  • MDAC2.6
    MDAC(Microsoft Data Access Components)是微软数据库访问组件,Netpise和许多利用数据库的软件都需要操作系统安装MDAC。很多用户的操作系统中已经存在了MDAC,有些是操作系统内置的、有些是其它应用程序安装的。(MDAC (Microsoft Data Access Components) is a Microsoft database access components, Netpise and many need to use the database software operating system to install MDAC. Many users of the operating system already exists in the MDAC, some built-in operating system, some other applications installed.)
    2010-07-05 02:04:55下载
    积分:1
  • dianzicidian
    一个简单的电子词典,能实现中英互译,不带数据库(a simple dictionary without data library)
    2013-11-23 14:32:48下载
    积分:1
  • TeleBook--My--ADO
    ado链接数据库实例教程,基于VS2015和MFC(ADO linked database instance)
    2018-05-17 21:07:47下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载