Assignment 2
Due: Monday April 13, 11:59 pm
At this point in the game, each student should be able to demonstrate
(in the form of java source code) that he/she can do the following:
1. |
Connect to the Oracle database via JDBC and |
2. |
Create a table in your database using JDBC and |
3. |
Populate that table with data using JDBC and |
4. |
Retrieve that data using JDBC and display it and |
5. |
Obtain metadata via JDBC on the table: report the number of columns and list them out |
Deliverables:
Nothing fancy here, the point is to come to an understanding of JDBC
and its interface. There are no specific
presentation requirements for the data, a simple display to the screen
is sufficient.
Send a a gzipped tarball via email to both the TAs, Soner (soner@cs.uchicago.edu) and Sravana (sravana@cs.uchicago.edu) [Detailed Instructions]. Include CSPP51024 A2 in the subject line.