Simple Database Management using JDBC
This a Java Code for a simple Student Database, that allows adding , delete , and modify as well as view in a very simple Frame Interface. Pre-Requisites: Install and configure the drivers Create the Database in the MS Access . Here the Database name is NiviDB which can be changed according to your database created. To Run: Open Command Prompt. Navigate to the destination of the file. Compile the java file [ javac DataManagement.java] Run the compiled file [java DataManagement]