《计算机网络论文招生管理系统POWERBUILDER+SQL.doc》由会员分享,可在线阅读,更多相关《计算机网络论文招生管理系统POWERBUILDER+SQL.doc(3页珍藏版)》请在三一办公上搜索。
1、招生管理系统Powerbuilder+SQL 招生管理系统摘要:近年来,由于我国教育事业发展迅速,随着学校的规模不断扩大学生数量急剧增加,各个学校每年招生时都有很多数据需要管理。手工管理这些复杂的数据方式已经不适应当前时代的潮流,实现数据规范化,自动化的电脑管理,是1个管理规范,运作高效的企事业单位的必然要求,本系统正是针对学校的需求而开发的1种招生管理系统,用以实现学校招生高效管理。结合所要开发的系统的特点,软件设计采用PowerBuilder9.0开发工具, 后台数据库采用SQL server 2000。整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成学生基本信息输入、信
2、息查询、信息修改、学号划分等招生管理工作以及学生信息的添加等招生管理工作。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。关键词:数据库;PowerBuilder9.0;SQL server 2000;PowerScript;招生信息管理Enrollment management systemAbstract:In recent years, because our country education developed rapidly, expanded the student quantity sharp growth
3、unceasingly along with the school scale, each school every year when recruitment of students all had very many data to need to manage. The handwork managed these complex data mode already not to adapt the current time tidal current, realized the data standardization, the automated computer managemen
4、t, was a management standard, operated the highly effective enterprises and institutionss inevitably request, this system was precisely one kind of recruitment of students management system management system which developed in view of the school demand, with realized the school recruitment of studen
5、ts highly effective management. The union must develop the system characteristic, the software design uses the PowerBuilder9.0 development kit, The backstage database uses SQL server 2000. The overall system from conforms to the operation simple, the contact surface friendly, nimble, practical, the
6、safe request embarks, completes the student basic information input, the information inquiry, the information revises, recruitment of students supervisory work as well as student information and so on student number division recruitment of students supervisory work and so on increase. The paper main
7、ly introduced this topic development background, must complete function and development process. Key explanation system design key point, design concept, difficult technology and solution.Key words: The database;PowerBuilder9.0;SQL server 2000; PowerScript; recruits students the information manageme
8、nt.目录前言1第1章 综 述21.1管理信息系统概述21.1.1 管理信息系统的发展历史21.1.2 管理信息系统的应用21.1.3 管理信息系统的组成31.2 PowerBuilder9.0介绍和集成开发环境31.2.1 PowerBuilder9.0简介31.2.2 PowerBuilder9.0的安装环境41.2.3 PowerBuilder9.0术语41.2.4 PowerBuilder的环境介绍61.2.5 Painter(画板)简介61.3 SQL server 2000简介81.4 SQL简介91.4.1 SQL发展历程91.4.2 SQL数据库体系结构91.4.3 SQL的组
9、成101.4.4 SQL优点101.5数据库技术101.5.1数据库技术的发展史111.5.2目前流行的几种数据库111.5.3数据库的未来11第2章 系统设计122.1 需求分析122.2 可行性分析132.3系统功能模块设计13第3章 数据库设计143.1 数据库需求分析143.2数据库逻辑结构设计143.3数据库结构的实现163.4与数据库的连接183.5在程序运行时实现与数据库的连接21第4章 详细设计224.1 Workspace对象的创建224.2创建应用程序对象224.2.1新建应用程序对象224.2.2 设置应用程序对象的属性224.2.3输入应用程序对象的程序代码234.3
10、建立应用程序的主窗口244.4 设计菜单244.5系统模块的创建264.5.1登陆窗口的设计264.5.2重新登陆窗口的设计294.5.3 密码修改窗口的设计304.6学生信息模块的创建324.6.1 d_sinfo_grid数据窗体的创建324.6.2新生信息输入窗体的创建334.6.3新生个人信息修改354.7信息查询模块的创建374.8划分学号模块的创建424.9 查询录取分数线模块的创建434.10 打印模块的创建464.11帮助程序的设计484.12系统的编译和发行494.12.1创建工程对象494.12.2 编译生成和测试49结论51致谢52参考文献53前言信息管理系统是集计算机技
11、术、网络通信技术为1体的信息工程,它能够使企事业单位运行的数据更加准确、及时、全面、详实,同时便于对各种信息进1步加强企事业单位管理的科学化、合理化、制度化、规划化。在目前软件开发中,有众多的从业人员进行这方面的开发,可以说,以数据为中心的信息管理系统开发是有前途的行业。近几年,我国的大学教育发展较快,随着学校的规模不断扩大,学生数量急剧增加,学校招生管理的信息量越来越大随之而来的工作量也越来越大,面对庞大的信息量,这也就需要招生管理系统来提高学校招生工作的效率,更好的实现招生管理的自动化,减少招生工作给学校带来得人力、物力、财力的消耗。本招生管理系统的开发是为了更好的实现招生管理过程中,学生信息的输入,学生信息的修改、学号的划分和信息的查询等功能。由于初次开发这样的招生管理系统,还有许多考虑不周全之处,请各位老师指正。