vc++仓库信息管理系统.rar
vc++仓库信息管理系统,vc++仓库信息管理系统包括论文,源程序目录中文摘要--------------------------------------------------4英文摘要--------------------------------------------------5第一章 绪 论---------------------...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 wwm815 发布VC++仓库信息管理系统
包括论文,源程序
目录
中文摘要--------------------------------------------------4
英文摘要--------------------------------------------------5
第一章 绪 论--------------------------------------------6
1.1 仓库管理信息系统简介----------------------------------6
1.2选用VC++的原因及其他工具比较--------------------------6
第二章 数据库概论-----------------------------------------8
2.1 数据库的发展-----------------------------------------8
2.2 数据库阶段的特点-------------------------------------8
2.3 数据库技术-------------------------------------------9
2.4 数据库管理系统简介----------------------------------10
2.5 数据库理论基础--------------------------------------11
2.5.1.1 确定建立数据库的目的和收集数据--------------11
2.5.1.2 建立概念模型--------------------------------12
2.5.1.3 建立数据模型--------------------------------12
2.5.1.4 实施和维护数据库-----------------------------12
2.5.2 数据库体系模式---------------------------------13
2.5.2.1 传统的C/S模式-------------------------------13
2.5.2.2 三层体系结构---------------------------------13
2.5.3 数据的独立性----------------------------------------------------------14
2.6 SQL语言基础-----------------------------------------15
2.6.1 SQL简介及其优点------------------------------15
2.6.2 SQL查询---------------------------------------16
2.6.3 SQL数据更新-----------------------------------17
2.7 数据库组件介绍---------------------------------------18
第三章 数据库开发工具-----------------------------------19
3.1 Access2000 简介--------------------------------------19
3.2 什么是Access2000介绍--------------------------------19
3.3 Microsoft Access 2000 新增的功能-----------------------21
3.4把Access-数据库移植到SQL SERVER7.0---------------------------23
3.5 SQL Server与Access比较-----------------------------------------------34
第四章 系统功能及数据库概要设计--------------------------35
4.1 仓库系统管理分析-------------------------------------35
4.2公司介绍和需求分析------------------------------------37
4.2.1 公司E-R 图分析-----------------------------------37
4.2.2公司业务关系--------------------------------------37
4.3数据库设计--------------------------------------------38
4.3.1查询功能模块设计---------------------------------38
4.3.2 分析与描述--------------------------------------38
4.3.3 数据库表设计------------------------------------39
第五章 程序截图及相应代码--------------------------------40
5.1 登录窗口设计及实现-----------------------------------41
5.2 主窗口设计及实现-------------------------------------41
5.3 耗材进出库模块设计及实现-----------------------------42
5.4耗材入库信息模块设计及实现----------------------------44
5.5耗材出库信息模块设计及实现----------------------------45
5.6预警信息模块设计及实现--------------------------------46
5.7耗材采购计划模块设计及实现----------------------------48
第六章 系统运行说明--------------------------------------46
6.1系统开发及运行环境------------------------------------52
6.2数据库的odbc配置-------------------------------------52
第七章 毕业小结------------------------------------------53
第八章 致 谢------------------------------------------54
参考文献-------------------------------------------------55
摘 要
仓库信息管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
因此本人结合导师的仓库管理信息的要求,使用 access 2000作为数据库、VC++6.0实现应用程序设计,对VC++6.0数据库技术进行了较深入的学习和应用,主要完成对仓库信息管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的仓库信息管理系统可以满足初级信息管理,以及毕业设计的要求。
关键字: Access2000, VC++6.0, 数据库,SQL语言,仓库管理系统介绍
Abstract
Warehouse information management system is development two aspects that typical information management system( MIS), its development includes primarily the backstage database establishes with support and the head applies the procedure.Establishes to rise to the former request the data consistency is strong with the complete, the database safety like.But request the latter very much the applied procedure function complete, easy usage etc. characteristics.
Therefore oneself the combinative Warehouse manages the request of the information, usage access 2000 conduct and actions database, VC++6.0s realizes to apply the procedure designs, the VC++6.0 database technique proceeds the thorough study with apply, completing primarily the need to manage the system to Warehouse's information analysis, function mold piece divide the line, the database mode analyzes, and designed the database construction from here with apply the procedure.The system circulates the result proof, Warehouse whom this text design information management the system can satisfy the entry-level information manages, and the request of the graduate design.
Key word:Access2000, VC++6.0, database, SQL, Warehouse information management.