登录
首页 » Visual C++ » database

database

于 2014-06-17 发布 文件大小:2489KB
0 278
下载积分: 1 下载次数: 7

代码说明:

  MFC用ODBC连接两个包含两个记录集的数据库,一个管理员表,一个授权表。(MFC ODBC connection with two sets of database contains two records, one administrator table, an authorization form.)

文件列表:

数据库
......\db1.mdb,159744,2014-06-16
......\Shu_Juku
......\........\Debug
......\........\.....\LiuLan.obj,10361,2014-06-16
......\........\.....\MainFrm.obj,25743,2014-06-16
......\........\.....\ResetKey.obj,13635,2014-06-16
......\........\.....\Shu_Juku.exe,135264,2014-06-17
......\........\.....\Shu_Juku.ilk,386080,2014-06-17
......\........\.....\Shu_Juku.obj,23385,2014-06-16
......\........\.....\Shu_Juku.pch,5716648,2014-06-16
......\........\.....\Shu_Juku.pdb,508928,2014-06-17
......\........\.....\Shu_Juku.res,9636,2014-06-16
......\........\.....\Shu_JukuDoc.obj,18505,2014-06-16
......\........\.....\Shu_JukuSet.obj,15086,2014-06-16
......\........\.....\Shu_JukuSet1.obj,15197,2014-06-16
......\........\.....\Shu_JukuView.obj,33840,2014-06-17
......\........\.....\StdAfx.obj,107558,2014-06-16
......\........\.....\vc60.idb,238592,2014-06-17
......\........\.....\vc60.pdb,372736,2014-06-17
......\........\LiuLan.cpp,987,2014-06-16
......\........\LiuLan.h,1218,2014-06-16
......\........\MainFrm.cpp,3230,2014-06-16
......\........\MainFrm.h,1518,2014-06-16
......\........\ReadMe.txt,4555,2014-06-16
......\........\res

......\........\...\Shu_Juku.rc2,400,2014-06-16


......\........\ResetKey.cpp,997,2014-06-16
......\........\ResetKey.h,1179,2014-06-16
......\........\resource.h,1559,2014-06-16
......\........\Shu_Juku.aps,33264,2014-06-17
......\........\Shu_Juku.clw,5220,2014-06-17
......\........\Shu_Juku.cpp,4271,2014-06-16
......\........\Shu_Juku.dsp,5116,2014-06-16
......\........\Shu_Juku.dsw,524,2014-06-16
......\........\Shu_Juku.h,1378,2014-06-16
......\........\Shu_Juku.opt,56832,2014-06-17
......\........\Shu_Juku.plg,1280,2014-06-17
......\........\Shu_Juku.rc,16160,2014-06-16
......\........\Shu_JukuDoc.cpp,1808,2014-06-16
......\........\Shu_JukuDoc.h,1553,2014-06-16
......\........\Shu_JukuSet.cpp,1390,2014-06-16
......\........\Shu_JukuSet.h,1320,2014-06-16
......\........\Shu_JukuSet1.cpp,1384,2014-06-16
......\........\Shu_JukuSet1.h,1337,2014-06-16
......\........\Shu_JukuView.cpp,6820,2014-06-16
......\........\Shu_JukuView.h,2156,2014-06-16
......\........\StdAfx.cpp,210,2014-06-16
......\........\StdAfx.h,1105,2014-06-16
......\说明.txt,164,2014-06-17

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

发表评论

0 个回复

  • VC-Ado-Oracle
    本例子是在VC下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。(this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource name,uer name,and your code ,click the connect button ,if no error,you will see all table of the datasource.the datas will show while you double click a table in the list box.)
    2010-07-21 17:03:35下载
    积分:1
  • VCPPDevelopment-of-the-database
    visual C++数据库系统开发完全手册配套光盘(visual C++ Development of the database system completely manual CD )
    2011-12-06 15:34:38下载
    积分: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
  • DateBase
    数据库程序,实现简单的数据库功能,如添加、查找、删除(DateBase sofe)
    2014-12-27 09:44:59下载
    积分:1
  • Ex_ODBC
    MFC基本实例实现连接数据库信息的录入修改删除功能(Basic examples were MFC connect to the database information input to modify delete function)
    2010-12-21 14:18:57下载
    积分:1
  • SQLite
    轻型数据库,适用于嵌入式软件开发。占用系统资源少。(small ,be fit for embeded software developement. )
    2016-01-07 09:04:59下载
    积分:1
  • vc_bit_big
    档案管理系统的 档案管理系统的 档案管理系统的 档案管理系统的 档案管理系统的 ( docment manegemant docment manegemant docment manegemant docment manegemant)
    2009-12-01 10:12:57下载
    积分:1
  • MyNewDataBase
    在VC下访问和创建Access数据库的例子,很清楚的程序(in VC visited and the creation of the Access database examples, it is clear that the procedures)
    2007-04-04 17:20:33下载
    积分:1
  • liulanshujvku
    说明:  该程序实现了对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. )
    2011-03-31 15:31:36下载
    积分:1
  • matrix.h
    定义Matrix矩阵类,定义矩阵类头文件matrix.h(Matrix matrix class definition, define matrix class header file matrix.h)
    2020-08-03 20:28:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载