Student Management System Java SQL Project Report
Student Management System Java SQL Project Report
Submitted to Submitted by
Dr. Md. Tauhid Bin Iqbal Habiba Akter [CSE 060 07190]
Assistant Professor Jayed Bin Jahangir [CSE 064 07566]
MD. Fajle Rabbi [CSE 064 07564]
Page 1
ABSTRACT
Page 2
TABLE OF CONTENTS
ABSTRACT………………………………………………….………………….… 2
1.0 INTRODUCTION……………………………………………………….… 4
2.0 DESCRIPTION………………………………….……………………….…. 5
2.1 Main Features………………………………….……………………….… 5
2.2 Additional Features………………………………….…………………… 6
2.3 Advantages………………………………….……………………….……. 6
2.4 Disadvantages………………………………….……………………….… 6
2.5 Run the project………………………………….………………………… 7
2.6 Total Interface list………………………………….…………………….. 7
TABLE OF FIGURES
3.1 Login………………………………………………………………..……… 8
3.2 Home…………………………………………………………………….… 8
3.3 Admission………………………………………………………………… 9
3.4 Student List……………………………………………………………… 9
3.5 Student Search/Edit/Delete…………………………………..… 10
3.6 Add Admin…………………………………………………………….… 10
3.7 Admin Panel…………………………………………………………….. 11
3.8 Admin Search/Edit/Delete……………………………………….. 11
3.9 Print Records……………………………………………………………. 12
5.1 Flow Chart………………………………………………………………… 14
Page 3
1.0 INTRODUCTION
In this project user have to be an admin to perform all the related work.
Admin have to login first with the valid credential, according to the system
log in user redirect to the home page where all the features will be visible
which are add student, registered students list, searching for a student, same
features are available for admin side. In this project admin can easily add
student record or remove one. This software design specification is made
with the purpose of outlining the software architecture and design of the
Student Registration System in details, in this system finding a specific record
is very easy can perform in automated system.
Page 4
2.0 DESCRIPTION
Read Data:
Admin can also read or check the student information after registration has been
completed, where all students record are display as a table format.
Search Data:
Admin can perform search operation in the search interface by using student id or name.
If given name or id match with any of the stored data it will show with the others data
which was included with that specific name and id.
Delete Data:
A delete option is available in the searching interface. After found a recorded data admin
can delete that data by using delete option, confirmation alert have to face during delete
a data completely.
Update Data:
As the process of delete data admin can also update a data admin just have to edit data
from the input field and click on the save button simply.
2.3 Advantages
2.4 Disadvantages
2.5
Page 6
Run the project
1. Import the database from SQL server.
2. Run the application from Net beans.
Admission
Student list
Delete/Edit student
Show About
Add admin
Admin List
Delete/Edit Admin
Page 8
3.3 Fig: Admission
Page 9
3.5 Fig: Student Search/Edit/Delete
Page 10
3.7 Fig: Admin Panel
Page 11
3.9 Fig: Print Records
Page 12
4.0 Integration of OOP concepts
Page 13
5.0 Flow Chart of our project
Page 14
5.0 Conclusion
Print Functionalities
Page 15