Skip to content

GUI application created using Java's Swing framework to store and retrieve student information from a MySQL Database.

Notifications You must be signed in to change notification settings

princesaini/StudentInformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Open this project in Netbeans. Download MySQL connector for java and add it in project. Create a database named "studentinfo" in MySQL and inside that database create a table named "student" which contains following fields: RollNo (int) FName (varchar) LName (varchar) Gender (varchar) DD (varchar) MM (varchar) YY (varchar) courses (varchar)

Configure MySQL credentials as : username: root password: 12345

About

GUI application created using Java's Swing framework to store and retrieve student information from a MySQL Database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages