JDBC Tutorials
31. Using JDBC to connect to MySQL from Java Program
By: Rajan : 2006-12-11
Description: This sample Java program connects to MySQL database using JDBC, executes a query and retrieves and prints the value of the database field.