登录
首页 » Visual C++ » MFCwarehouse-management

MFCwarehouse-management

于 2013-11-16 发布 文件大小:3076KB
0 178
下载积分: 1 下载次数: 7

代码说明:

  MFC与数据库结合,实现简单的仓库管理。(MFC conjunction with the database, a simple warehouse management.)

文件列表:

dms.mdb,929792,2002-08-12
代码
....\DataBinding.cpp,8549,2002-08-12
....\dataBinding.h,8034,2002-08-12
....\Debug
....\.....\DataBinding.obj,48426,2002-09-12
....\.....\DlgDev.obj,83561,2002-09-12
....\.....\DlgDevAlert.obj,60382,2002-09-12
....\.....\DlgDevcode.obj,77732,2002-09-12
....\.....\DlgDevIn.obj,77683,2002-09-12
....\.....\DlgDevNeed.obj,67682,2002-09-12
....\.....\DlgDevOut.obj,82462,2002-09-12
....\.....\DlgDevRet.obj,72809,2002-09-12
....\.....\DlgLogIn.obj,13135,2002-09-12
....\.....\DlgProxy.obj,20740,2002-09-12
....\.....\DlgReport.obj,81448,2002-09-12
....\.....\DlgViewDevIn.obj,80209,2002-09-12
....\.....\DlgViewLog.obj,70869,2002-09-12
....\.....\DlgViewNeed.obj,64082,2002-09-12
....\.....\DlgViewOut.obj,78701,2002-09-12
....\.....\DlgViewReport.obj,69507,2002-09-12
....\.....\DlgViewRet.obj,75312,2002-09-12
....\.....\DMS.exe,299101,2002-09-12
....\.....\DMS.ilk,581332,2002-09-12
....\.....\DMS.obj,13251,2002-09-12
....\.....\DMS.pch,7814748,2002-09-12
....\.....\DMS.pdb,672768,2002-09-12
....\.....\DMS.res,12580,2002-09-12
....\.....\DMS.tlb,1468,2002-09-12
....\.....\DMSDlg.obj,128838,2002-09-12
....\.....\LogMngr.obj,31580,2002-09-12
....\.....\msado15.tlh,90720,2009-07-14
....\.....\msado15.tli,76665,2009-07-14
....\.....\StdAfx.obj,129601,2002-09-12
....\.....\vc60.idb,304128,2013-11-14
....\.....\vc60.pdb,561152,2002-09-12
....\DlgDev.cpp,6846,2002-08-13
....\DlgDev.h,1597,2002-08-10
....\DlgDevAlert.cpp,4287,2002-08-13
....\DlgDevAlert.h,1537,2002-08-10
....\DlgDevcode.cpp,4006,2002-08-13
....\DlgDevcode.h,1596,2002-08-10
....\DlgDevIn.cpp,4707,2002-08-13
....\DlgDevIn.h,1513,2002-08-10
....\DlgDevNeed.cpp,3424,2002-08-13
....\DlgDevNeed.h,1478,2002-08-10
....\DlgDevOut.cpp,5543,2002-08-13
....\DlgDevOut.h,1595,2002-08-12
....\DlgDevRet.cpp,4030,2002-08-13
....\DlgDevRet.h,1486,2002-08-10
....\DlgLogIn.cpp,1015,2002-08-10
....\DlgLogIn.h,1227,2002-08-10
....\DlgProxy.cpp,2895,2002-08-09
....\DlgProxy.h,1606,2002-08-09
....\DlgReport.cpp,5325,2002-08-13
....\DlgReport.h,1613,2002-08-11
....\DlgViewDevIn.cpp,5694,2002-08-13
....\DlgViewDevIn.h,1684,2002-08-11
....\DlgViewLog.cpp,3237,2002-08-13
....\DlgViewLog.h,1490,2002-08-10
....\DlgViewNeed.cpp,3796,2002-08-13
....\DlgViewNeed.h,1598,2002-08-10
....\DlgViewOut.cpp,5791,2002-08-13
....\DlgViewOut.h,1670,2002-08-11
....\DlgViewReport.cpp,4501,2002-08-13
....\DlgViewReport.h,1674,2002-08-11
....\DlgViewRet.cpp,5012,2002-08-13
....\DlgViewRet.h,1618,2002-08-10
....\DMS.APS,41000,2013-11-13
....\DMS.clw,15840,2013-11-14
....\DMS.cpp,2621,2002-08-09
....\DMS.dsp,6582,2002-08-11
....\DMS.dsw,529,2002-08-09
....\DMS.h,1291,2002-08-09
....\DMS.ncb,558080,2013-11-14
....\DMS.odl,1014,2002-08-12
....\DMS.opt,102400,2013-11-14
....\DMS.plg,240,2013-11-14
....\DMS.rc,27558,2002-08-17
....\DMS.reg,675,2002-08-09
....\DMSDlg.cpp,9442,2002-08-13
....\DMSDlg.h,2149,2002-08-11
....\LogMngr.cpp,1107,2002-08-11
....\LogMngr.h,685,2002-08-10
....\msado15.tlh,88852,2000-01-10
....\msado15.tli,75251,2000-01-10
....\ReadMe.txt,4442,2002-08-09
....\res

....\...\DMS.rc2,395,2002-08-09
....\Resource.h,7427,2002-08-12
....\StdAfx.cpp,205,2002-08-09
....\StdAfx.h,1967,2002-08-13
说明.txt,70,2013-11-16

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

发表评论

0 个回复

  • sqlTest100929
    一个在VC6里运用SQL语言,通过DAO方法访问ACCESS文件的vc工程。实现的功能有:创建MDB文件,新建、删除表单,对某表添加、删除、插入、修改记录。(A vc Project by sql language by DAO. It can create mdb file,or create a new tab,delete a tab,also add,delete ,insert collcetion in a certain tab. )
    2021-01-21 22:58:46下载
    积分:1
  • TeleBook--My--ADO
    ado链接数据库实例教程,基于VS2015和MFC(ADO linked database instance)
    2018-05-17 21:07:47下载
    积分:1
  • Login
    通过一个简单的项目实例“国家游泳队训练信息系统”,展示c++的威力。该项目包括,SQL server数据库连接数据库操作等(增、删、改查),是一个很好的学习资料。亦可作为收藏。包括对对话框的一些设置问题,对话框背景等........(Through a simple project examples "national swimming team training information system" to demonstrate the power of c++. The project includes, SQL server database connections and other database operations (add, delete, change search), is a good learning materials. Also as a collection. Including some of the settings dialog box in the dialog background ........)
    2014-07-05 22:24:03下载
    积分:1
  • ODBC
    利用MFC编写的一个小小的数据库系统,可以进行简单的查询,修改,更新等(MFC prepared using a small database system, can be a simple query, modify, update, etc.)
    2007-11-02 11:43:56下载
    积分: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
  • 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
  • PopManu
    VC++实现在列表控件中添加右键弹出菜单PopManu实例源代码,测试时请把PopManu.exe拷贝至根目录下,以保证Access数据库连接正确,否则实例不能运行(VC++ Add button pop-up menu PopManu source code examples in the list control, test PopManu.exe copied to the root directory, to ensure that the Access database is properly connected, otherwise it can not run an instance of)
    2013-05-19 10:37:16下载
    积分:1
  • ADOdcsj
    使用ADO导出数据,在数据库编程中应用很多。(Use ADO export data, many applications in database programming.)
    2013-12-12 14:18:18下载
    积分:1
  • Catering-management-system
    本系统有三种操作权限,其中,营业员只可以执行开台、点菜、买单及查询日收入操作;领班可以执行开台、点菜、买单、进货、添加新员工、日收入及月收入查询等操作;经理具有最高权限,除了领班及营业员的操作权限外,还可以设置员工权限、添加商品信息及菜式信息、备份与恢复数据库及初始化数据等操作。(The system has three operating authority, which can only be executed Founding salesperson, a la carte, pay and check daily revenue operations foreman can perform Founding, a la carte, pay, purchase, adding new employees, daily income and monthly income of inquiry operation manager with the highest authority, in addition to the foreman and the operating authority salesperson, you can also set permissions for employees, product information and dishes to add information, database backup and recovery, and initial data and other operations.)
    2014-04-21 13:40:34下载
    积分:1
  • bodb_1.0.4
    BODB是一套开源的内存数据库系统,基于BOOST开源库开发,支持跨平台编译应用.(Bodb is a boost based software library that implements a simple SQL database engine. Include a sqlparser project. )
    2012-03-30 10:54:12下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载