| Free tutorials for Java, Eclipse and Web programming |
Version 0.4
Copyright © 2009 Lars Vogel
14.09.2009
| Revision History | ||
|---|---|---|
| Revision 0.1 | 25.05.2008 | Lars Vogel |
| Split Java part from http://www.vogella.de/articles/MySQL/article.html | ||
| Revision 0.2 | 12.09.2009 | Lars Vogel |
| Rework | ||
| Revision 0.3 | 13.09.2009 | Lars Vogel |
| JDBC described | ||
| Revision 0.4 | 14.09.2009 | Lars Vogel |
| Metadata | ||
Table of Contents
The interface for accessing relational databases from Java is JDBC. Via JDBC you maintain the databases connection, issue database queries and updates and receive the results.
JDBC is an interface independently of any database. For each database you require the database specific implementation of the JDBC driver.