1 / 35
文档名称:

流动资金贷款业务系统.pdf

格式:pdf   页数:35页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

流动资金贷款业务系统.pdf

上传人:智客网 2011/12/30 文件大小:0 KB

下载得到文件列表

流动资金贷款业务系统.pdf

文档介绍

文档介绍:流动资金贷款业务系统

摘要
银行流动资金贷款业务系统是典型的信息管理系统(MIS),其开发主要包括
后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建
立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序
功能完备,易使用等特点。经过分析,决定使用 MICROSOFT 公司的 VISUAL
BASIC 开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一
能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然
后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系
统。

关键词:流动资金贷款; 查询; 浏览

I
SYSTEM OF MANAGING WORKING CAPITAL

Abstract
The system of managing working capital loan in bank is a typical application of
managing information system (know as MIS),which mainly includes building up
data-base of back-end and developing the application interface of front-end. The
former required consistency and integrality and security of data. The later should
make the application powerful and easily used.
By looking up lots of datum, we selected Visual Basic presented by Microsoft
because of its objective tools in Win32. VB offered a series of ActiveX operating a
data-base. It can give you a short-cut to build up a prototype of system application.
The prototype could be modified and developed till users are satisfied with it.
Keywords: system of managing working capital loan in bank; inquires about; has a
look around












II
目录
摘要.............................................................I
Abstract .........................................................II
第一章概述.......................................................1
系统开发工具................................................3
什么是 Visual Basic[1]...................................3
Visual Basic 的诞生和发展[1].............................3
Visual Basic 的特点[1]...................................4
Visual Basic 在数据库中的应用[2].........................5
Access 2002.................................................7
Access 简介[3]...........................................7
Access 2002 和数据库的关系[4]............................7
第二章系统分析...............................................