JDBC Tutorial

JDBC (Java Database Connectivity) is an API provided by Oracle that allows programmers to handle different databases from Java applications: it allows developers to establish connections to databases, defines how a specific client can access a given database, provides mechanisms for reading, inserting, updating and deleting entries of data in a database and takes care of transactions composed of different SQL statements.

This is a standalone, reference guide to provide a framework on how to work with JDBC and help you quickly kick-start your JDBC based applications!

With this free Guide you will also receive weekly news, tips and special offers delivered to your inbox courtesy of Java Code Geeks.



Request Free!