Wednesday, October 24, 2007

Java Database Connection

Setup Database Connection

Download Connector/J
http://dev.mysql.com/downloads/connector/j/5.1.html
unzip the package
Read the documentations

Summary
Modify the user environment variables CLASSPATH, to include the location of unziped file.
Use the following code
Code

JDBC Tutorial
For more information read the tutorials on sun website or the documentation in the Connector/J package.
http://java.sun.com/docs/books/tutorial/jdbc/

No comments: