关东升-设计-03 数据库设计
- 格式:ppt
- 大小:74.00 KB
- 文档页数:9


摘要由于计算机技术的飞速发展,数据库技术作为数据管理的一个有效的手段,在各行各业中得到越来越广泛的应用。
因此,本文围绕一个”人事管理系统”程序的设计和应用系统的开发课题为背景,详细介绍了以VB和SQL SERVER为语言编写管理信息系统的过程。
该程序通过VB的ADO数据对象来实现VB前台与后台SQL SERVER数据库的连接,并具有典型的数据库应用系统的特征,完成了系统结构与现实生活的紧密结合。
管理系统的开发不仅是一个应用程序编写的过程,更重要的是在系统分析和设计阶段所做的工作。
该程序在设计过程中严格遵循软件工程学的方法,用分阶段的生命周期计划严格管理,并主要讲述了程序的总体设计、详细设计阶段,对程序进行需求迭代,不断修正和改进,利用SQL SERVER的强大数据库功能,直到形成一个完善的可行性系统.优美、秀丽的界面,方便实用的查询与维护功能共同构成了“人事工资管理系统”。
关键词:VB,SQL SERVER,数据库,软件工程,管理信息系统I--AbstractBecause of the rapid development of computer technology, database technology as an effective means of data management, in all walks of life are increasingly wide application. Therefore, this article on a "personnel management system" design and procedures for applications development topics background, details and SQL Server to add language to the process of preparing management information systems. The procedure adopted to achieve the target data add the ado with VB prospects background SQL Server databases and database applications with typical characteristics, and completed the structure and system combining real life.Management system applications development is not only a preparation process, but more importantly in the analysis and design phase work. The procedure strictly followed in the design process software engineering methods, and use a phased plan to manage the life cycle and on the main procedures designed, detailed design stage, the demand for computation procedures, and constantly revised and improved, the use of SQL Server powerful database functions, Until the feasibility of forming a perfect system. beautiful and attractive interface for practical information and the maintenance of the common functions constitute a "Personnel wage management system."Keyword: VB,SQL SERVER,Database, Software Engineering, Management Information SystemsII--目录摘要 (I)Abstract ........................................................................................................................ I I 第1章绪论.............................................................................. 错误!未定义书签。
辽宁工业大学SQL数据库设计课程设计说明书题目:图书管理系统院(系): 软件学院专业班级:软件工程地址: 部门:宁德房管局指导教师:佟玉军教师职称:副教授起止时间:2013.12.30-2014.01.10目录第1章设计目的与要求 (1)1.1设计目的 (1)1.2设计环境 (1)1.3主要参考资料 (1)1. 4设计内容及要求 (1)第2章设设计内容 (2)2.1数据库设计 (2)2.1.1需求分析 (2)2.1.2概念设计 (3)2.1.3逻辑设计 (4)2.1.4物理设计 (5)2.1.5 数据库实现 (7)2.2程序设计 (8)2.2.2程序实现 (9)第3章设计总结 (17)参考文献 (18)第1章设计目的与要求1.1设计目的本设计专题是软件工程类专业的有关管理信息系统设计开发的一个重要环节,是本专业学生必须学习和掌握的综合实践课程。
本实践课的主要目的是:(1)、掌握运用管理系统及数据库原理知识进行系统分析和设计的方法;(2)掌握关系数据库的设计方法;(3)掌握SQL Server 2000技术应用;(4)掌握简单的数据库应用程序编写方法;(5)理解C/S模式结构。
1.2设计环境硬件:cpu:英特尔 Core i5 M 450@2.40GHz内存:2GB (三星 DDR3 1067MHz)硬盘:西数WDC WD5000BEVT-24AORTO (500GB 5400 转/分)软件:操作系统:windows2007旗舰版(32bit/sp1)SQL版本:server 2000Vb版本:Microsoft visual basic6.01.3主要参考资料1.《管理信息系统》黄梯云高等教育出版社2.《数据库系统概论》萨师煊高等教育出版社3.《SQL Server 2000 数据库应用系统开发技术》朱如龙编,机械工业出版社。
4.《SQL Server 2000 数据库应用系统开发技术实验指导》朱如龙编,机械工业出版社1.4设计内容及要求一、内容1.要求根据管理信息系统及数据库设计原理,按照数据库系统设计的步骤和规范,完成各阶段的设计内容。