"Student Record Management System": Mrs. Potrajwar B.R
"Student Record Management System": Mrs. Potrajwar B.R
Khed Solapur-413255
2023-24
AFFILIATED TO
M.S.B.T.E.
Evolution sheet for Micro Project
Marks out of 4
Marks out of 6 Total
for
for mars
Roll No Name of students performance
performance in out
in oral/
group activity of 10
Presentation
Name and
Signature of Mrs. Potrajwar B.R.
faculty
SVP’s Swami Vivekanand Institute of Technology(Polytechnic),
Solapur
.
CERTIFICATE
is a bonafide work carried out by above students, under the guidance of Mrs. Potrajwar B.R. and it
is submitted towards the fulfillment of requirement of MSBTE, Mumbai for the award of Diploma in
Computer Engineering at SVP’s COE (Polytechnic), Solapur during the academic year 2023-2024.
Place: Solapur
Date: / /
Acknowledgement
1. Introduction
2. Resources Used
3. Description
4. System Design
5. Data Model
6. ER Model
7. Tables
16. Output
17. Conclusion
18. References
Introduction:-
Student Record Management System deals with all the activities done by computer such as
registration and admission process. staff and class management etc all these processes are
handled by computer management system. The admission form designs and feed the
information that is required for admission and to maintain the college records. At the time of
registration, the administration should feel the information correctly if any wrong information
field in records. It will be edited by record list carefully.
Resources Used :-
Description:-
The list of Modules and Forms used in the program as follows.
(C) frmCourse
Caption: COURSE DETAILS
(D) frmStudentDetails
Caption: STUDENT DETAILS
(E) Module1.Bas
System Design:-
First, wewill design the System Model and simple high-level diagram of each module
will be enough. There are many kind of the diagram to model a system especially when
you are using Object-Oriented design. These models are specified in Unified Modelling
Language (UML) which not scope of this post.
STUDENT RECORD MANAGEMENT
LOGIN
The Administrator has to log in to the system with username and password provided
during registration process. No one is allowed to log in without a proper User ID and
Password.
LOGIN
User ID Password
Once the Administrators logged in they can see form for Student Details where they can
Insert, Delete, Update and Clear the Student Records. They also have the option to go to First
Record, Last Record, Next Record and Previous Record.
STUDENT DTAILS
UPDATE
RECORD
CLEAR
Next, there is an option to maintain the Course Details, when you click a Specific
button. We will discuss that later
COURSE DETAILS
Data Model:-
ER Model:-
Tables:-
First steps after creating the data model are to make sure that you create an MS Access
Database called StudentDB.mdb. If you have MS Access 2007 or higher version, save your
database with the file extension (.mdb).
Create the following table with correct data types as shown in the following figures
Labels:
Name: lblStudentManagement
Caption: Student Management System
Font: MS Sans Serif
Font-Size: 24 PX
Font-Weight: Bold
Buttons:
Name: btnLogin
Caption: Log in
Font: MS-Sans-Serif
Font-weight: Bold
Font-Size: 10px
frmLogin.Show
End Sub
Components of frmLogin:-
Labels:
Name: lblUserID
Caption: User Name:
Name: lblPassword
Caption: Password
Text-Boxes:
Name: txtUserID
Buttons:
Name: cmdOK
Caption: Log in
Name: cmdCancel
Caption: Cancel
Labels:
Name: lblCID
Caption: Course ID
Name: lblCname
Name: lblDuration
Caption: Duration(Semester):
Text-Boxes:
Name: txtCID
Buttons:
Name: cmdAdd
Caption: &ADD NEW COURSE
Name: cmdDel
Name: cmdExit
Caption: &EXIT
Name: cmdFirst
Name: cmdLast
Name: cmdPrev
Components of frmStudentDetails:-
Labels:
Name: lblStudentID
Caption: STUDENT ID
Name: lblFirstName
Caption: COURSE ID
Name: lblGrade
Caption: GRADE
Text-Boxes:
Name: txtStudentID
Name: txtFirstName
Text: 'leave blank'
Name: txtLastName
Name: txtCourseID
Text: 'leave blank'
Name: txtGrade
Buttons:
Name: cmdAdd
Caption: &ADD
Name: cmdDel
Caption: &DELETE
Caption: &CLEAR
Name: cmdExit
Caption: &EXIT
Name: cmdDisplay
Caption: &DISPLAY
Name: cmdStudentCourses
Name: cmdPrev
Name: cmdLast
Name: DataGrid1
Course Details:
References :-
1. https://sourceforge.net/directory/?q=student%20management%20system%20in%20vb.net
2. https://www.kashipara.com/project/vb/2925/student-database-management-system
3. https://www.tutorialspoint.com/vb.net/index.htm