登录
首页 » Visual C++ » liulanshujvku

liulanshujvku

于 2011-03-31 发布 文件大小:3751KB
0 296
下载积分: 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 个回复

  • VB_Access
    实现Visual Basic 与Access数据库的链接,包括Access数据库的打开、数据的写入、读出、删除、更新等!(It not only enable you to open the Access database but also input, output, delet and update the data in Access)
    2009-09-14 16:31:08下载
    积分:1
  • ConnectionVB.Net
    this source for connection database
    2011-10-23 10:54:29下载
    积分:1
  • TimeRecord
    基于数据库的VC++提醒精灵软件,设置好日期、时间、内容,就会在指定的日期、时间提示,须确定看到提示,否则两分钟后又提示。修改,删除,查询,日期,待自动启动到时间一会提示。   其中包括一个数据库操作类觉得不错,这个类是CPingDatabase,能插入、修改、查看、删除ACCESS数据库、SQLSERVER及所有的ODBC得用数据源来连接的数据库。使用类时出现一个警告,不用管它,那是微软的一个动态的原因。 (VC++ based on database software to remind the wizard, set the date, time, content, will be in the specified date, time, tips, to be sure to see tips, or two minutes later prompt. Modify, delete, query, date, to be automatically activated to the time for a prompt. Including a class of database operations that good, this class is CPingDatabase, to insert, modify, view, delete the ACCESS database, SQLSERVER and all ODBC starting a data source to connect to the database. A warning when using the class, do not ignore it, that is the reason Microsoft is a dynamic.)
    2011-04-28 21:38:23下载
    积分: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
  • ENVELOP_ADO
    封装的ADO访问所有数据库的代码,大家不要将时间浪费在编程上了(Packaging visit all the ADO database code, we should not be wasting time on the program)
    2007-05-18 22:38:03下载
    积分:1
  • oleado
    Ado类 包括在access中写入blob数据并实现读取(Ado categories including access writes blob data and reading achievement)
    2006-10-01 16:05:41下载
    积分: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
  • ADO
    在MFC种利用ADO进行数据库的处理,也可以用ODBC来做。(Use ADO in MFC to test the SQL.)
    2009-03-05 13:55:44下载
    积分:1
  • RWExcelSrc
    演示C++读写EXCEL的方法,简单,通过ODBC完成基本的数据库功能(Demo C++ Literacy EXCEL method, simple, through the ODBC database to complete the basic functions)
    2007-07-23 09:01:17下载
    积分: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
  • 696518资源总数
  • 106155会员总数
  • 8今日下载