文件名称:BookSale
- 所属分类:
- 数据库编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 416kb
- 下载次数:
- 0次
- 提 供 者:
- 曲*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
简单的图书销售管理系统
说明:
1.程序基本实现用户要求
2.登录密码为12345
该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能
若要该密码,请到数据库中直接修改
3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除
如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响
解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可
4.删除库存为零的图书记录,该要求有些不合理
如果删除了这些记录,那么销售统计时,则无法查到这些书的信息
(这可能与我表设计有关,没有深入分析该问题)
5.程序运行时,务必保证数据库与应用程序在同一目录下 程序是基于MFC编写的
如果运行该程序的机器上没有MFC运行时库,程序不能运行.-simple book sales management system : 1. Basic procedures to achieve two user requirements. Login password to 12,345 the password stored in a database table of Pwd, procedures not directly alter the code for the function if the password, the free database directly alter three. To facilitate the compilation of statistics procedures used SaleReport temporary table. Generally, statistical finished The list will be automatically deleted because if abnormal reasons, the table does not automatically deleted, then running statistical procedures that would arise, the other functions will not be affected solutions : Open Access database RBookSale.mdb, will be deleted SaleReport Table 4. Delete library zero deposit library records, some of the unreasonable demands deletion of these records, sales st
说明:
1.程序基本实现用户要求
2.登录密码为12345
该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能
若要该密码,请到数据库中直接修改
3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除
如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响
解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可
4.删除库存为零的图书记录,该要求有些不合理
如果删除了这些记录,那么销售统计时,则无法查到这些书的信息
(这可能与我表设计有关,没有深入分析该问题)
5.程序运行时,务必保证数据库与应用程序在同一目录下 程序是基于MFC编写的
如果运行该程序的机器上没有MFC运行时库,程序不能运行.-simple book sales management system : 1. Basic procedures to achieve two user requirements. Login password to 12,345 the password stored in a database table of Pwd, procedures not directly alter the code for the function if the password, the free database directly alter three. To facilitate the compilation of statistics procedures used SaleReport temporary table. Generally, statistical finished The list will be automatically deleted because if abnormal reasons, the table does not automatically deleted, then running statistical procedures that would arise, the other functions will not be affected solutions : Open Access database RBookSale.mdb, will be deleted SaleReport Table 4. Delete library zero deposit library records, some of the unreasonable demands deletion of these records, sales st
(系统自动生成,下载前可以参看下载内容)
下载文件列表
RBookSale
.........\MainFrm.cpp
.........\MainFrm.h
.........\msado15.tlh
.........\msado15.tli
.........\RAddBookDlg.cpp
.........\RAddBookDlg.h
.........\RBookSale.aps
.........\RBookSale.clw
.........\RBookSale.cpp
.........\RBookSale.dsp
.........\RBookSale.dsw
.........\RBookSale.h
.........\RBookSale.mdb
.........\RBookSale.ncb
.........\RBookSale.opt
.........\RBookSale.plg
.........\RBookSale.rc
.........\RBookSaleDoc.cpp
.........\RBookSaleDoc.h
.........\RBookSaleView.cpp
.........\RBookSaleView.h
.........\ReadMe.txt
.........\res
.........\...\RBookSale.rc2
.........\resource.h
.........\RLogonDlg.cpp
.........\RLogonDlg.h
.........\RQueryDlg.cpp
.........\RQueryDlg.h
.........\RReportDlg.cpp
.........\RReportDlg.h
.........\RSaleBookDlg.cpp
.........\RSaleBookDlg.h
.........\RstrSql.h
.........\RTitleBar.cpp
.........\RTitleBar.h
.........\StdAfx.cpp
.........\StdAfx.h
Release
.......\RBookSale.exe
.......\RBookSale.mdb
程序说明.txt
.........\MainFrm.cpp
.........\MainFrm.h
.........\msado15.tlh
.........\msado15.tli
.........\RAddBookDlg.cpp
.........\RAddBookDlg.h
.........\RBookSale.aps
.........\RBookSale.clw
.........\RBookSale.cpp
.........\RBookSale.dsp
.........\RBookSale.dsw
.........\RBookSale.h
.........\RBookSale.mdb
.........\RBookSale.ncb
.........\RBookSale.opt
.........\RBookSale.plg
.........\RBookSale.rc
.........\RBookSaleDoc.cpp
.........\RBookSaleDoc.h
.........\RBookSaleView.cpp
.........\RBookSaleView.h
.........\ReadMe.txt
.........\res
.........\...\RBookSale.rc2
.........\resource.h
.........\RLogonDlg.cpp
.........\RLogonDlg.h
.........\RQueryDlg.cpp
.........\RQueryDlg.h
.........\RReportDlg.cpp
.........\RReportDlg.h
.........\RSaleBookDlg.cpp
.........\RSaleBookDlg.h
.........\RstrSql.h
.........\RTitleBar.cpp
.........\RTitleBar.h
.........\StdAfx.cpp
.........\StdAfx.h
Release
.......\RBookSale.exe
.......\RBookSale.mdb
程序说明.txt