Indepentent University
Information
System
| Mokarrabin A Rahman. id 973022 CSC 490 Web Page Design & Internet. |
INDEX INTRODUCTION |
The IUB information system provides information related to academic performance of students & course regisration for the teachers & students on the internet.
The system performs sevral queries & provides the data to the user.
The system can also add new students and teachers to the database.Basically the system can provide the users with dynamic data and proform data input from the user through web based clients.
The system connects to a MS Access database to store and retreive data from the Web server.If there is ever a need for scalabilty then the database can easily be exported to any enterprise database server such as the MS SQL server or the ORACLE server.
POTENTI END USERS OF THIS SYSTEM:
The tables used in the database to represent the entities & store data are

The actions the database can perform are
Course View the list of all the offered Courses. Use this query to find the list of all the courses being offered corrently.
Student List of all the currently enrolled students of iub.
Teacher List of teachers. Information about the teachers such as the mailing and email addresses.
Particular Student Find information about a particular student
Add Course Add a new course. Use this update query to add a new course to the course list of students.
Add Student Add a new student to the information dtabase.
Registration list The list of students in a particular course & semester
Transcript View your academic transcript. This is a grea opportunity to produce a copy of your current academic transcript.*
Registration Students course registration system. This is one of the most important role this system plays. It gives the student a chance to register for a course online from anywhare.
About Information on this system
Installation . . HELP Use ODBC on your machine to make a "Machine DSN" named "iub" & use the iubdatabase.mdb with it.To use this system you will require "Internet information server" with ASP support fow NT.Or you may use personal web server on Windows9x with ASP support. First make a diretory name "iub" in your "inetpub\wwwroot " and copy all the files there.then use internet service manager or personal web server mager to create a virtual directory on your domain. The most important part is to create a machine "DSN"(data source name) using ODBC on your computer that will host these pages. |