JDBC Drivers
What is JDBC
JDBC is an Application Programming Interface (API) that contains set of classes and interfaces written in Java language.
Introduction to JDBC
http://www.roseindia.net/jdbc/what-is-jdbc.shtml
Download JDBC
https://java.sun.com/products/jdbc/download.html
Java JDBC Programming
Storing or retrieving data from database is the very first step to be followed to start communication between database and application program. As you are a beginner in Java JDBC-ODBC or client server programming we will introduce you with this concept first and later we’ll be discussing more about it in details with examples and various applications.
First Step towards JDBC!
http://www.roseindia.net/software-tutorials/detail/6234