登录
首页 » Visual C++ » liulanshujvku

liulanshujvku

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

  • ADO
    C++实现的使用ADO方式连接ACCESS 2007数据库并从中取数据(C++ to achieve the use of ADO to connect the ACCESS 2007 database and fetch data from)
    2012-05-27 16:54:14下载
    积分:1
  • VC__DataBaseProgramm
    该PDF文件主要是讲述数据库方面的应用知识,供大家学习交流.(This PDF document was the application of knowledge about the database for them to learn communication.)
    2011-01-22 17:14:09下载
    积分:1
  • CompactAccess
    VB编程实现Access数据库压缩功能,VB编程的朋友可以借鉴一下,压缩的效果还是很明显的,虽然不是很完美,但至少可以借鉴一下,为以后的编程思路提供参考。(VB Programming compression Access database, VB programming can learn from a friend about the effect of compression is very obvious, though not perfect, but at least you can learn from, programming ideas for future reference.)
    2009-05-11 03:24:08下载
    积分:1
  • ADO控制ACCESS
    说明:  直接使用ADO操作ACCESS数据库,对于初学者来说是个不错的例子,类似的也可以操作SQL,ORACLE数据库(不用DSN)(use ADO directly ACCESS database operation for beginners is a good example of a similar operation could SQL, Oracle database (not DSN))
    2005-11-21 16:11:07下载
    积分:1
  • ADOImageDB_src
    图像数据库,C++实现的ADO数据库,用于图像的数据库检索(Image database, C++ implementation of the ADO database)
    2017-09-18 22:53:03下载
    积分:1
  • chapter5
    一个关于短息防伪系统的C++数据库开发例程,数据库选用Access(An example of development of data base with C++)
    2012-08-04 15:30:00下载
    积分:1
  • SQLServer2000UsePDF
    SQL Server 2000的使用、开发说明,给出了通过ODBC、DAO ADO访问数据库的方法(SQL Server 2000 s use and development that is given through ODBC, DAO ADO methods to access the database)
    2008-04-20 12:50:22下载
    积分:1
  • data
    mfc数据库编程资料。查询数据,创建数据库,登陆,对话框加菜单,加消息响应等等。(data base on MFC)
    2012-05-04 15:32:58下载
    积分: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
  • OperateAccess
    VC中利用MFC进行ADO数据库编程实例(ADO database programming examples in VC using MFC)
    2012-02-17 19:17:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载