登录
首页 » Visual C++ » LibManagement

LibManagement

于 2011-03-09 发布 文件大小:504KB
0 121
下载积分: 1 下载次数: 1

代码说明:

说明:  当年的课题项目,项目中有详细的说明,Visual C++和Access,采用ado数据库连接技术(Then the subject of the project, the project is described in detail, Visual C++ and Access, using ado database connection technology)

文件列表:

LibMIS2007
..........\Readme.doc,194560,2007-03-25
..........\图书借阅管理系统.mdb,278528,2010-01-08
..........\源代码
..........\......\BookInfoSet.cpp,1764,2003-08-24
..........\......\BookInfoSet.h,1461,2003-08-24
..........\......\BookInfoView.cpp,5893,2003-08-24
..........\......\BookInfoView.h,1852,2003-08-24
..........\......\BorrowerCard.cpp,1664,2003-08-23
..........\......\BorrowerCard.h,1433,2003-08-26
..........\......\Library.aps,39616,2010-01-15
..........\......\Library.clw,10654,2007-03-25
..........\......\Library.cpp,4168,2003-08-24
..........\......\Library.dsp,5925,2003-08-26
..........\......\Library.dsw,539,2003-08-23
..........\......\Library.h,1367,2003-08-23
..........\......\Library.opt,61952,2007-03-25
..........\......\Library.plg,250,2007-03-25
..........\......\Library.rc,23361,2003-08-26
..........\......\Library.sln,878,2010-01-15
..........\......\Library.vcproj,12998,2010-01-15
..........\......\Library.vcproj.Fu-PC.Fu.user,1407,2010-01-15
..........\......\LibraryDoc.cpp,1512,2003-08-23
..........\......\LibraryDoc.h,1499,2003-08-23
..........\......\LibrarySet.cpp,1839,2003-08-23
..........\......\LibrarySet.h,1446,2003-08-23
..........\......\LibraryView.cpp,16787,2010-01-08
..........\......\LibraryView.h,3061,2003-08-26
..........\......\LogoutDlg.cpp,943,2003-08-23
..........\......\LogoutDlg.h,1207,2003-08-23
..........\......\MainFrm.cpp,7898,2003-08-27
..........\......\MainFrm.h,1869,2003-08-24
..........\......\msado15.dll,987136,2009-07-14
..........\......\ProviderSet.cpp,1584,2003-08-26
..........\......\ProviderSet.h,1389,2003-08-26
..........\......\providerview.cpp,3332,2003-08-26
..........\......\providerview.h,1784,2003-08-26
..........\......\QueryBookInfo.cpp,1413,2003-08-24
..........\......\QueryBookInfo.h,1396,2003-08-24
..........\......\QueryBorrowInfo.cpp,1733,2003-08-24
..........\......\QueryBorrowInfo.h,1515,2003-08-24
..........\......\RegisterDlg.cpp,1288,2003-08-23
..........\......\RegisterDlg.h,1334,2003-08-23
..........\......\RES

..........\......\...\Library.rc2,399,2003-08-23


..........\......\Resource.h,3500,2003-08-24
..........\......\StdAfx.cpp,209,2003-08-23
..........\......\StdAfx.h,1118,2010-01-09

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

发表评论

0 个回复

  • 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
  • 102t
    课程设计课题。也是从网上找资料改进的。很好用。数据库用SQL server. (Course design issues. Also improved from the Internet to find information. Good use. Database with the SQL server.)
    2011-01-15 01:56:36下载
    积分:1
  • mfc_odbc
    本例主要讲述了使用MFCODBC开发数据库的方法和步骤(In this case focuses on the development of databases using MFCODBC methods and steps)
    2007-10-10 15:54:10下载
    积分: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
  • pb01
    PB开发者的重点说明,能够很好的介绍给初学者学习PB开发。(PB developers highlights can be a good introduction for beginners learning PB development.)
    2013-07-29 20:59:48下载
    积分: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
  • LibManagement
    说明:  当年的课题项目,项目中有详细的说明,Visual C++和Access,采用ado数据库连接技术(Then the subject of the project, the project is described in detail, Visual C++ and Access, using ado database connection technology)
    2011-03-09 20:18:21下载
    积分:1
  • eTask
    mfc数据库访问、list,实现任务加入和删除和提醒,桌面停驻的小程序,用来做备忘的。(using mdb and list control to inform you of the task you noted.)
    2011-11-20 12:05:00下载
    积分:1
  • ADOdcsj
    使用ADO导出数据,在数据库编程中应用很多。(Use ADO export data, many applications in database programming.)
    2013-12-12 14:18:18下载
    积分:1
  • PMMv1.0
    MFC架构下,通过ADO方式连接Access数据库的实例,事先了完整的添加、修改、删除功能,VS2010编写。特点是实现了数据库中日期数据类型的读写,比较有借鉴意义。(MFC framework, connected through the Access database, ADO instance, in advance of the complete add, modify, delete function, VS2010 preparation. Feature is realized in the database to read and write the date data type, compared with reference.)
    2010-07-31 15:11:21下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载