Java – Add, Edit, Delete, Search in Java JDBC using MS Access Database
Posted by rodolfo_panganiban on 21 December, 2009
3 Comments

Java – Add, Edit, Delete, Search in Java JDBC using MS Access Database
JDBC Address Book Version 1.0. Hello everyone this is my first time to share my code in Java JDBC (Java Database Connectivity) a database application which I called Address Book version 1.0. This program is very simple it have the functions to add, edit, search and delete a record in the database. What is good about this code Im using MS Access as my back end where I save my data. This code is very good for beginners in database programming using Java. Continue reading…


