登录
首页 » Visual C++ » database

database

于 2014-06-17 发布 文件大小:2489KB
0 126
下载积分: 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 个回复

  • 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
  • builddatabase
    建立一个数据库,适合于初学MFC的人,还有窗口和对话框的建立。(Establish a database suitable for beginners who MFC, as well as the establishment of windows and dialog boxes.)
    2010-12-25 13:32:37下载
    积分:1
  • ADOClass
    mfc下封装的一个数据库类,用ado方式调用access数据库(a class of encapsulates the database, call the access database using ado way)
    2013-12-28 23:06:28下载
    积分:1
  • ADO-And-Access
    这是一个基本的数据库编程实例,里面最特别的地方是即使出数据库里面出现多条完全相同的记录,它也能操作,而不会出错。(This is a basic database programming examples, there is the most special place inside the database even if there is more of the same record, which can operate without error.)
    2013-11-15 06:37:48下载
    积分:1
  • nainiu
    奶牛健康管理系统!MFC界面,实现奶牛资料的录入、删除、更改、查询等操作!还有奶牛所属农场主的信息!可以输出资料到excel中!连接Access数据库!(Dairy Health Management System! MFC interface, data input to achieve cows, delete, change, query and other operations! There is information on dairy farmer-owned! Can export data to excel in! Connect Access Database!)
    2010-01-08 20:41:34下载
    积分:1
  • ISQLADO_src
    使用DAO的交互式输入执行SQL语句,并显示结果的程序(The example of excuting SQL alternatively by DAO and displaying the result )
    2001-01-01 00:00:00下载
    积分:1
  • homework
    使用ODBC访问数据库,一则ODBC是直接封装在MFC库里面的,二则忙着考研没有时间学习dao。 ODBC和DAO用起来可能最大的区别就是ODBC使用之前得先建立数据源,根据不同的数据库,使用的参数也不同。具体请看在这之前的一片文章。里面有许多东西没有说,属于高级技巧性东西,得学你们自己摸索。(Using ODBC to access the database, an ODBC database directly encapsulated in the MFC inside, two busy Kaoyan no time to learn dao. ODBC and DAO can be at the biggest difference is that must be built before using ODBC data source, depending on the database, the parameters used are also different. Details, please read an article before this. There are many things not said, things are high skill, have to learn your own. )
    2010-11-15 09:37:01下载
    积分:1
  • shujuku
    这是一个关于数据库的东西.里面有些函数.可以实现对于数据库的操作.很好很好用(This is a database of things. Which some functions can be achieved for database operations. Very, very good with)
    2011-11-18 11:42:42下载
    积分:1
  • student-information-database
    数据库基本功能都可以实现,删除,添加等等(this program is useful for people who want to develop database)
    2013-10-28 19:51:16下载
    积分:1
  • Visual-CPP-ADO
    关于MFC中ADO数据库的学习,很基础的例程可供下载学习(Learn about the MFC ADO , it is the foundation of learning routines available for download)
    2014-12-04 15:46:50下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载