Title: JDBC Project
Description: The code connects to the specified database using
the JDBC:ODBC bridge driver provided by the Java SDK
It allows users to enter SQL queries into a JTextField
and the results to be shown in a JTable object. I also
implement a JTree object that shows the table structure
with the different field names. This is really an
exercise with JDBC and Swing because I used many Swing
components that I haven't worked with before. I am 
pleased with the ease of using the different Swing
components as well as the ease of working with databases
in the Java language.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=2012&lngWId=2

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
