Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.19 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.19 KB

A simple student management system with CRUD functionalities made using Java, NetBeans IDE and Oracle as the database.

This project uses a table named 'Students_Table' stored in an Oracle database to perform operations on the data.

Note:

  • Add your Oracle database Username and Password into the 'config.config' file in order to use Oracle database in this application.

  • The project requires a table named 'Students_Table' to be avalable in your Oracle database. The schema is provided in the 'Students_Table.sql' file.

  • Sample data is provided in the 'Students_Table.sql' file.

  • If the fonts are not available in your system, the installation files for the fonts are available in the Comfortaa directory.

Sample Screenshots:

Home Add Student Record Update Student Record Delete Student Record