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

MFC-ODBC

于 2015-03-09 发布 文件大小:88KB
0 301
下载积分: 1 下载次数: 10

代码说明:

  MFC的ODBC数据库编程,具有简单的数据库操作,希望能有帮助。(The MFC ODBC programming, a simple operations, hoping to help.)

文件列表:

第27章 使用MFC ODBC访问数据库
..............................\bookinfo
..............................\........\bookinfo.aps,30788,2004-08-04
..............................\........\bookinfo.clw,3156,2004-08-04
..............................\........\bookinfo.cpp,4271,1998-02-17
..............................\........\bookinfo.dsp,4728,1998-02-18
..............................\........\bookinfo.dsw,541,1998-02-17
..............................\........\bookinfo.h,1378,1998-02-17
..............................\........\bookinfo.ncb,107520,2004-08-04
..............................\........\bookinfo.opt,108544,2004-08-04
..............................\........\bookinfo.plg,695,2004-03-13
..............................\........\bookinfo.rc,12711,1998-02-17
..............................\........\bookinfoDoc.cpp,1808,1998-02-17
..............................\........\bookinfoDoc.h,1553,1998-02-17
..............................\........\bookinfoSet.cpp,1550,1998-02-17
..............................\........\bookinfoSet.h,1385,1998-02-17
..............................\........\bookinfoView.cpp,7448,2004-03-10
..............................\........\bookinfoView.h,2430,1998-02-19
..............................\........\MainFrm.cpp,2540,1998-02-17
..............................\........\MainFrm.h,1581,1998-02-17
..............................\........\myheader.h,0,1998-02-18
..............................\........\Release
..............................\........\res

..............................\........\...\bookinfo.rc2,400,1998-02-17

..............................\........\...\Toolbar.bmp
..............................\........\Resource.h,1145,1998-02-17
..............................\........\StdAfx.cpp,210,1998-02-17
..............................\........\StdAfx.h,1126,1998-02-19
..............................\........\YellowEdit.h,1200,1998-02-18
..............................\bookinfo.exe,36864,2004-03-13
..............................\bookinfo.mdb,90112,2004-03-13
..............................\说明.txt,152,2004-03-13

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

发表评论

0 个回复

  • Course
    本实例演示了利用DAO访问数据库的常用方法,并附带了所用的数据库course.mdb。(examples demonstrating the use of DAO Database Access commonly used methods, and the incidental use of the database course.mdb.)
    2005-05-12 11:37:22下载
    积分:1
  • VCPPDevelopment-of-the-database
    visual C++数据库系统开发完全手册配套光盘(visual C++ Development of the database system completely manual CD )
    2011-12-06 15:34:38下载
    积分:1
  • U008
    数据库示例,ADO实现,Visual C++ (Database example, ADO implementation, Visual C++)
    2011-05-09 21:48:21下载
    积分: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
  • 49636978jxjh
    处于不同目的的旅客对交通工具有不同的要求。编制一个全国城市间的交通咨询程序,为旅客提供两种或三种最优决策的交通咨询。(Different purposes in the mode of transport of passengers have different requirements. The preparation of a national inter-city traffic advisory procedures, provide passengers with two or three optimal decision of the Transport Advisory.)
    2008-12-20 13:46:47下载
    积分:1
  • vcPP6.0shujukulianjie
    c++连接数据库不可多得的材料,包括ODBC和DAO数据库,希望可以帮助您(c++ connected databases rare material, including ODBC and DAO database, hope can help you)
    2012-10-31 08:43:44下载
    积分:1
  • tongy
    一个元器件管理的管理软件。主要体现在对数据增删改查方面,即对数据库的操作。使用的是ACCESS数据库,ADO方式连接。程序启动时弹出登陆界面。用户名admin,密码123456。不同的用户登陆之后界面也不一样。(An Element Manager System,Use Access Database for add,delete,update and query data.Use ado type connect Database.You can use user:admin,password:123456 login in.and different user have different functions.)
    2015-08-04 18:28:17下载
    积分:1
  • 20105610477041
    说明:  VC++ 通过ODBC读写Excel文件 资源类别: VC源码¦数据库 (VC++ to read and write Excel files via ODBC resource categories: VC database source &brvbar )
    2011-03-30 21:41:47下载
    积分: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
  • ADOClass
    mfc下封装的一个数据库类,用ado方式调用access数据库(a class of encapsulates the database, call the access database using ado way)
    2013-12-28 23:06:28下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载