毕业设计---基于三层结构的企业销售管理信息系统的设计与实现
-
资源ID:1440178
资源大小:2.40MB
全文页数:45页
- 资源格式: DOC
下载积分:100金币
快捷下载

账号登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
|
毕业设计---基于三层结构的企业销售管理信息系统的设计与实现
1、 1 基于三层结构的企业销售管理信息系统的设 计与实现 院(系)、部:计算机科学与技术系 学生姓名: 指导教师: 专 业: 班 级: 完成时间: 2 摘 要 计算机信息技术在全世界各行各业得到广泛的应用。本文详细介绍了一个营 销管理信息系统的开发过程,论述了为何要采用 C/S 模式以及使用何种开发工 具。介绍了 SQL Server2000 与 Delphi 语言的特点。然后遵循系统开发的原则, 详细叙述了系统开发的过程,系统前台使用 Delphi 制作界面,通过 ODBC 与前台 SQL Server2000 建立的数据库联系,给出了该系统一些主要功能模块的具体实现 方法,还给出了该系统的源
2、代码(附软盘)。 关键词 营销管理信息系统; C/S 模式; SQL Server2000; Delphi; 多 层结构 数据字 ABSTRACT Computer technique is used very wide in world.The paper introduces the development of a sale management system with graphic interface for users.Secondly it not only discusses the reason why the system adopts the C/S modal,but
3、also discusses which of tools may be suitable to this system. At the same time it introduces the characteristic of SQL Server7.0 and Delphi .At last,according to the principle of developing database, a description is given to the procedure of developing the system in detail.We use Delphi to make the
4、 interface,then through ODBC we can link the database that is made by SQL Server7.0. Furthermore, the means to realize some important function of the system and the related core code are given (a floppy disk attached). Key words: Sale MIS; C/S ; SQL Server7.0; Delphi; multi-tier structure ;ODBC; Data dictionary 3 目 录 1 企业营销管理信息系统分析 .1 1.1 课题背景 1 1.2 系统需求分析 1 1.3 营销管理系统和企业中其他子系统的关系 3 2 企业营销管理信息系统的设计 .4 2.1 系统结构的确定 4 2.1.1 F / S、C / S、B / S结构的比较 .4 2.1.2 多层结构 6 2.2开发工具的介绍 6