登录
首页 » Visual C++ » MFC-ODBC-database-applications

MFC-ODBC-database-applications

于 2014-06-25 发布 文件大小:2009KB
0 368
下载积分: 1 下载次数: 2

代码说明:

  MFC应用程序ODBC数据库,可以运行成功的使用MFC编写的c++代码(MFC ODBC database applications)

文件列表:

档案
....\Class.cpp,1468,2010-06-30
....\Class.h,1368,2010-06-30
....\ClassInfo.cpp,1019,2010-06-30
....\ClassInfo.h,1271,2010-06-30
....\Course.cpp,1418,2010-06-30
....\Course.h,1358,2010-06-30
....\CourseInfo.cpp,1031,2010-06-30
....\CourseInfo.h,1282,2010-06-30
....\Debug
....\.....\Class.obj,17600,2010-06-30
....\.....\ClassInfo.obj,10478,2010-06-30
....\.....\Course.obj,16986,2010-06-30
....\.....\CourseInfo.obj,10503,2010-06-30
....\.....\MyDialog4.obj,32784,2010-06-30
....\.....\MyDialog5.obj,17308,2010-06-30
....\.....\StdAfx.obj,105606,2010-06-30
....\.....\Student.obj,19016,2010-06-30
....\.....\StudentDlg1.obj,24189,2010-06-30
....\.....\User.obj,14795,2010-06-30
....\.....\vc60.idb,246784,2010-06-30
....\.....\vc60.pdb,372736,2010-06-30
....\.....\档案.exe,131140,2010-06-30
....\.....\档案.ilk,289080,2010-06-30
....\.....\档案.obj,13809,2010-06-30
....\.....\档案.pch,5662584,2010-06-30
....\.....\档案.pdb,459776,2010-06-30
....\.....\档案.res,4888,2010-06-30
....\.....\档案Dlg.obj,32457,2010-06-30
....\MyDialog4.cpp,4086,2010-06-30
....\MyDialog4.h,1319,2010-06-30
....\MyDialog5.cpp,1578,2010-06-30
....\MyDialog5.h,1295,2010-06-30
....\ReadMe.txt,3537,2010-06-30
....\res

....\...\档案.rc2,396,2010-06-30
....\resource.h,1413,2010-06-30
....\StdAfx.cpp,206,2010-06-30
....\StdAfx.h,1054,2010-06-30
....\Student.cpp,1614,2010-06-30
....\Student.h,1426,2010-06-30
....\StudentDlg1.cpp,2460,2010-06-30
....\StudentDlg1.h,1351,2010-06-30
....\User.cpp,1186,2010-06-30
....\User.h,1267,2010-06-30
....\档案.aps,24964,2010-06-30
....\档案.clw,5863,2010-06-30
....\档案.cpp,2013,2010-06-30
....\档案.dsp,5282,2010-06-30
....\档案.dsw,516,2010-06-30
....\档案.h,1280,2010-06-30
....\档案.ncb,140288,2010-06-30
....\档案.opt,51712,2010-06-30
....\档案.plg,1393,2010-06-30
....\档案.rc,10292,2010-06-30
....\档案Dlg.cpp,6020,2010-06-30
....\档案Dlg.h,1393,2010-06-30

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

发表评论

0 个回复

  • MFC-ODBC-API-Programming
    本例是一个通讯实例,说明如何使用MFC ODBC 创建数据库应用程序。(This example is a communication example, explain how to use ODBC MFC to create a application.)
    2015-08-05 11:15:07下载
    积分:1
  • Address_Notebook_Manager
    地址薄管理器.采用MFC DAO对象和接口编程技术实现了一个地址薄数据库的管理器.主要功能包括:1,浏览数据库的内容.2,添加,删除和更新数据库的记录.(address book manager. Using MFC DAO objects and interface programming technology to achieve a one address book database manager. main features include : a browse the contents of the database .2, add, delete and update database records.)
    2006-10-11 13:50:15下载
    积分:1
  • rentdvd
    数据库程序,是一个DVD出租系统的源码! 能记录删除出租记录和录像带的信息(database program, is a DVD rental system source code! Records can be deleted video rental records and information)
    2007-03-31 18:06:18下载
    积分:1
  • VcPP-access-to-DAO-database
    基于C++编程下的,实现了对DAO数据库的访问功能(Based C++ programming under the realization of the DAO database access functions)
    2014-04-27 11:27:57下载
    积分:1
  • Data-Program
    提供了我多年来开发数据库使用到的模版基本上设计到所有关于数据库编程的源码技术!(Over the years I developed a database to provide a template to use to basically design to all the source technology for database programming!)
    2011-07-15 00:47:21下载
    积分:1
  • ip_db_format
    ip地址数据库格式,便于开发使用,很清晰.(ip address database format to facilitate development and use, very clear.)
    2013-10-22 17:54:05下载
    积分:1
  • ODBCDEMO2
    说明:  了简化开发人员编写数据库应用程序,VC++的在其基础类库(MFC)里对ODBC API进行了封装,实现了一个面向对象的数据库编程接口,使VC++的数据库变得更加容易。 本章首先对MFC ODBC的概貌进行简要介绍,然后讲述利用MFC ODBC进行数据库开发的技巧,最后将通过具体数据库开发实例,详细讲述通过MFC ODBC开发数据库应用程序的方法和过程。(Simplify developers to write database applications, VC++ Class Library in its base (MFC) in the package on the ODBC API to achieve an object-oriented database programming interface, so that VC++ database easier. This chapter begins with an overview of the MFC ODBC brief introduction, then tell a story using MFC ODBC database development skills, and finally database development through specific examples, describe in detail through the MFC ODBC database application development methods and processes. )
    2011-03-14 16:26:31下载
    积分:1
  • TestAdo
    VC++实现数据库的连接,以及对数据库的增删改查操作。(No Translation.)
    2016-08-31 10:35:02下载
    积分:1
  • dao_sample
    dao例子(Dao example)
    2002-04-19 09:18:04下载
    积分:1
  • FamilyFinancialManagementSystem
    Family Financial Management System是一个特别方便的理财系统。功能方便实用。(Family Financial Management System is a special convenient financial management system. Convenient and practical functions.)
    2007-05-28 09:39:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载