Enterprise Systems Programming
Lab 3: JDBC

Create a Java class called LabDB that connects to the Owners database that we used last week. Make sure you register the database under a DSN called owners . You have to support two queries that correspond to the following methods: You may test your class using this tester program (You may not edit this program). The following output should result.

When you are done, zip the two Java programs (LabDB.java and Lab3Tester.hava) into an archive called [idnumber]-Lab3.zip or [idnumber]-Lab3.rar. Submit this archive through moodle . You may work in pairs, but each pair must make a submission. If working in pairs, make sure you place both names in the LabDB.java file.