登录
首页 » Visual C++ » hbMS

hbMS

于 2013-06-27 发布 文件大小:3899KB
0 311
下载积分: 1 下载次数: 13

代码说明:

  MFC编的数据库管理系统,ODBC连接SQL。里面用了列表控件,组合框控件等。实现管理数据库,直接在列表框控件中操作即可。(MFC series database management systems, ODBC connection SQL. They spent a list control, combo box controls. Implement management database directly in the ListBox control can operate.)

文件列表:

sgHB
....\Debug
....\.....\hbDlg.obj,15971,2013-06-20
....\.....\hbDlg.sbr,0,2013-06-20
....\.....\loginDlg.obj,15548,2013-06-21
....\.....\MainFrm.obj,23228,2013-06-21
....\.....\MainFrm.sbr,0,2013-06-20
....\.....\sgHB.bsc,5637120,2013-06-20
....\.....\sgHB.exe,135266,2013-06-22
....\.....\sgHB.ilk,398308,2013-06-22
....\.....\sgHB.obj,23393,2013-06-22
....\.....\sgHB.pch,7287816,2013-06-20
....\.....\sgHB.pdb,525312,2013-06-22
....\.....\sgHB.res,9676,2013-06-22
....\.....\sgHB.sbr,0,2013-06-20
....\.....\sgHBDoc.obj,18865,2013-06-20
....\.....\sgHBDoc.sbr,0,2013-06-20
....\.....\sgHBSet.obj,18394,2013-06-20
....\.....\sgHBSet.sbr,0,2013-06-20
....\.....\sgHBView.obj,44338,2013-06-22
....\.....\sgHBView.sbr,9828,2013-06-20
....\.....\StdAfx.obj,108033,2013-06-20
....\.....\StdAfx.sbr,1457827,2013-06-20
....\.....\vc60.idb,230400,2013-06-24
....\.....\vc60.pdb,380928,2013-06-22
....\hbDlg.cpp,1237,2013-06-20
....\hbDlg.h,1272,2013-06-20
....\loginDlg.cpp,1360,2013-06-24
....\loginDlg.h,1222,2013-06-21
....\MainFrm.cpp,2685,2013-06-21
....\MainFrm.h,1581,2013-06-20
....\ReadMe.txt,4150,2013-06-20
....\res

....\...\sgHB.rc2,396,2013-06-20


....\resource.h,1691,2013-06-21
....\sgHB.aps,49500,2013-06-22
....\sgHB.clw,5194,2013-06-26
....\sgHB.cpp,4058,2013-06-20
....\sgHB.dsp,4886,2013-06-24
....\sgHB.dsw,516,2013-06-20
....\sgHB.h,1334,2013-06-20
....\sgHB.ncb,107520,2013-06-26
....\sgHB.opt,56832,2013-06-26
....\sgHB.plg,242,2013-06-24
....\sgHB.rc,17393,2013-06-22
....\sgHBDoc.cpp,1455,2013-06-20
....\sgHBDoc.h,1457,2013-06-20
....\sgHBSet.cpp,1698,2013-06-20
....\sgHBSet.h,1390,2013-06-20
....\sgHBView.cpp,9204,2013-06-22
....\sgHBView.h,2200,2013-06-22
....\StdAfx.cpp,206,2013-06-24
....\StdAfx.h,1105,2013-06-20
....\新建 文本文档.txt,1543,2013-06-21

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

发表评论

0 个回复

  • 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
  • 43567897
    VB在局域网内将文件存储到数据库保存,有需要的下。(VB in the LAN to store files saved to the database, there is need for the next.)
    2013-08-13 23:34:07下载
    积分:1
  • vcadodaoadb
    这是一个用vc6.0写的数据库,里面有ado,dao,adb编程!(This is a database used vc6.0 write, there are ado, dao, adb programming!)
    2008-04-28 11:23:22下载
    积分: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
  • ADO-open-close
    用ADO打开关闭数据库的简单程序 初步了解关于ADO在MFC中的使用(用ADO打开关闭数据库的简单程序 初步了解关于ADO在MFC中的使用 Simple procedures for opening and closing the database with ADO preliminary understanding about use of ADO in MFC )
    2013-10-21 15:24:14下载
    积分:1
  • ip_db_format
    ip地址数据库格式,便于开发使用,很清晰.(ip address database format to facilitate development and use, very clear.)
    2013-10-22 17:54:05下载
    积分:1
  • ADOdcsj
    使用ADO导出数据,在数据库编程中应用很多。(Use ADO export data, many applications in database programming.)
    2013-12-12 14:18:18下载
    积分:1
  • AdoDataGrid
    利用ADO操作数据库,与DATAgrid进行绑定的例子(Operation of the database using ADO with examples DATAgrid bind)
    2009-04-10 21:20:10下载
    积分:1
  • dianzicidian
    一个简单的电子词典,能实现中英互译,不带数据库(a simple dictionary without data library)
    2013-11-23 14:32:48下载
    积分:1
  • VFP
    VFP数据库继承了以往传统数据库的优点,是采用了面向对象的程序设计思想和可视化的编程工具,操作简单、易学,极大的方便了软件的开发。人们在使用它作为开发工具时,可以高效的开发出全新的可视化图形界面应用程序。(VFP database inherits the advantages of traditional databases, is the use of object-oriented program design and visual programming tools, simple operation, easy to learn, which greatly facilitates the software development. People use it as a development tool, you can efficiently develop a new visual GUI applications.)
    2013-08-30 16:02:33下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载