A tutorial of how to write a simple Java application which calls an Oracle database using JDBC URL. The complete sample code is provided for the reader to copy and paste. Check it out!!! Author: visualbuilder
This is a tutorial which shows how to establish a connection with JDBC. Shows how to load the drivers nd make the connection. Author: Sun Microsystems Code: JSP 1.1
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Author: Faisal Khan