This repository will host the CECS 323 - JDBC Project in order to apply concepts of Database Fundamentals.
Due: 3/20/2017
Current Goals:
- Insert Data into tables (WritingGroups, Books, Publishers)
- Implement Java/SQL Interaction to retrieve/manipulate data in Database
- Implement Error Checking
- Implement User Interface (Basic Console Menu)
Tasks:
-
Harold:
-
Finish implementation of listing table data
-
Encapusulate listing of data into methods
-
Fix any syntax or aesthetic issues
-
Xinyi:
-
Implement adding/removing Books from Database
-
Implement adding publisher and updating Books