1、 1 活期存款软件设计 摘要 储蓄业务处理系统是一个典型的信息管理系统,主要包括后台数据库的建立和维护、 前端应用程序两个方面。前者要求数据库数据的一致性且数据库完整性强、安全性好;后 者则要求应用程序功能完备,易使用。本文通过对储蓄业务处理系统的需求分析、功能模 块划分、数据库表创建,设计并实现了一个小型银行储蓄业务处理系统。 本系统设计开发过程,是对我以前所学的程序设计和数据库知识的实践和检验,也是对 我所学专业知识的综合性应用和全面提高。 【关键词】活期存款系统 数据库 Abstract Savings business processing system is a typical in
2、formation management system, mainly including the setting and maintenance of database, front application program two aspects. The former requirements database data consistency and integrality database, good safety; The latter requires the application program function complete, easy to use. This arti
3、cle through to the savings business processing the demand analysis of the system, function module partition, database table create, design and implementation of a small bank savings business processing system. This system design and development process, is to my learned before programming and databa
4、se knowledge and practice of the test, but also of the professional knowledge of what I learned comprehensive application and improve. 【 key words 】 current deposit system database 2 目录 摘要 . 1 第章 绪 论 . 1 1.1 项目开发背景 . 1 1.2 系统概况描述 . 1 1.3 系统开发工具介绍 . 2 1.3.1Visual Basic6.0 简介 . 2 1.3.2 Microsoft SQL Server 2000 简介 2 第 2 章 系统分析与概要设计 . 3 2.1 系统分析 . 3 2.1.1 系统需求分析 . 3 2.1.2 系统功能模块划分 3 2.2 各个功能模块设计 . 4 2.2.1 操作员管理 . 4 2.2.2 账户管理 . 5 2.2.3 打印模块 . 5 2.2.4 数据库管理 . 6 2.3 系统数据库设计 . 6 2.3.1操作员信息表 . 6 2.