登录
首页 » Visual C++ » hbMS

hbMS

于 2013-06-27 发布 文件大小:3899KB
0 336
下载积分: 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 个回复

  • ADOdcsj
    使用ADO导出数据,在数据库编程中应用很多。(Use ADO export data, many applications in database programming.)
    2013-12-12 14:18:18下载
    积分:1
  • daoeg
    一个使用DAO的例子(An example of the use of DAO)
    2003-09-07 12:21:08下载
    积分:1
  • cn700_vb53547437325
    ........... 开发进销存(VB6源码) (kfjxc )
    2009-03-07 05:24:25下载
    积分:1
  • chapter5
    一个关于短息防伪系统的C++数据库开发例程,数据库选用Access(An example of development of data base with C++)
    2012-08-04 15:30:00下载
    积分:1
  • Analizador
    Database Browser DB2 Connection
    2010-05-21 11:49:40下载
    积分:1
  • vc++6.0ado
    c++数据库编程,里面有常用的对数据库操作的源代码,适合刚接触VC++操作数据库的人(c++ Database Programming, which has commonly used database operations on the source code for刚接触VC++ operate the database of people)
    2008-08-22 01:22:16下载
    积分:1
  • EX_Database01
    说明:  这是一个数据库访问技术方面的程序,是基于ODBC技术的数据库访问,显示数据库表中的所有记录。(This is a database access technical aspects of the procedure is based on ODBC database access technology, the database shows the table all records.)
    2006-03-21 11:54:54下载
    积分:1
  • stand
    MFC 访问数据库 使用DAO连接方式 MFC 访问数据库 使用DAO连接方式(MFC )
    2013-10-25 19:29:15下载
    积分: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
  • liulanshujvku
    说明:  该程序实现了对mdb数据库文件,用mfc来编写界面进行浏览。压缩文件里的StuInfo6.mdb为所给的数据库文件。 通过按钮控件可以将记录移动到第一条记录,最后一条记录以及上一条记录,下一条记录等等。(The program realized mdb database file to write the interface with mfc browsing. Compressed file in the StuInfo6.mdb for the given database file. Button controls can be recorded through the move to the first record, last record and previous record, next record and so on. )
    2011-03-31 15:31:36下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载