White, Brian
 
Abstract
SQL ? Java Style
Senior Project
M. Brian White
Advisor: Mark Boyd
December 1998

To query databases of various types on multiple platforms requires a unique program. Different platforms typically mean different programs to execute the same SQL statements. My project was to utilize the methods java provides to solve this problem.

An interface was built using the new Swing classes in Java, which are part of the upcoming Java Foundation Classes. The Java Database connectivity API (JDBC) was used as the machine underneath the interface that communicates with different databases