文档介绍:综合教务系统信息发布子系统
摘要
本论文论述了一个基于浏览器/服务器(B/S Browser/Server)模式的学生成绩管理系统的研究和实现的过程,是一个典型的当前流行的信息管理系统(MIS). 首先,介绍了该系统开发和应用的一些基本知识,主要是ASP方面的知识。其次,对Windows ESS 2003做了一些简要的说明。随后,阐述了本系统的结构设计以及所用数据库结构的设计情况。最后,全面介绍了本系统的设计、实现方法以及技术特点,使学生成绩的管理工作更具有科学性、规范性和高效性。
学生成绩管理系统主要根据我们学校的基本情况开发而成,实现了成绩管理的简单化、规范化,节省了大量的人力和物力。整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成成绩的查询、数据管理的全过程,包括学生和课程名称建立、成绩的修改,以及简单的成绩分析功能。
关键词:数据库,ASP,ACCESS,成绩管理系统
Abstract
This paper discussed the research and realization of Students’ score managerment system ,which based on the B/S(Browser/Server) pattern , It is a typical managerment informatin System.
Firstly,Some basic knowledge of asp is briefly described . Secondly, the Database summory of ACCESS 2000 which under windows background is introduced . In the following , It narrate the the construction design of system and DataBase . In the last , we study detailed the design of this system and pletely method and technique characteristics. It can make the management of Students’ score more ific more standardized and more efficient.
The management system of students’ score is developed according to the case of our system can realize simple and norm of that manage of score, save a large quantity of manpower and material resources. The whole system realizes the score's query and management from matching to operate simply then, interface amity, vivid, practical, the safety, including development that establish or modify information for freshmen, create score lists dynamically every semester.
目录
前言 2
第一章应用背景 3
关于MIS系统 3
IIS( Information Server)简介 3
B/S(Browser/Server)简介 5
第二章开发环境 7
ASP相关知识 7
7
ASP的特点 8
ASP的内置对象 9
ASP的运行环境 13
如何利用ADO访问数据库 14
Access 2003 相关知识 16
Access 2003 概述 16
Access 2003 特点 17
Access数据库连接的常用方法 18
19
20
20
第三章需求分析 22
22
22
23
25
第四章系统总体设计与实现……………………………………………………