MySQL is a database management system that is used to maintain relational databases. If we want to add an existing roll number or student details then we get error message.we can also see student details and student result.įor this project use mysql version :5.5.45 In this module we can add new student and add new result. When we enter wrong roll number it will show popup message incorrect roll number.When we enter correct roll number then it moves to next page where we can see results of different subject. In this module we have to enter roll number to see user or student result. Student result management system project having two modules: Rs2xml.jar library to fetch the data from database DbSchema Tool already includes an MySql driver, which is automatically downloaded when you connect to MySql. Usually, they are provided by the same company which implemented the MySql software. jar used by all Java applications to connect to the database.
Used mysql JDBC driver library to connect the library : JDBC drivers are Java library files with the extension. Used mysql database to store/fetch data entered into the GUI. Added functionaly for admin to add/list student detail, add/list/update student result and for student to Built a Student Result management system GUI application to help the admin store various data such asĬourse result declaration, student details and to help student’s check their own result.