Start JDBC Tutorial
JDBC
stands for Java Database Connectivity and it is an API that allows your application to connect with right database. Here, in this tutorial, I have combined all the essential and necessary information with complete and easy examples. All the point are explained with programming example so you will net get disappointed when you run code on your own machine. Because java is a programming language so I believe in teaching you real programming, not the heavy theories. Withing few days you would have sound knowledge of JDBC and you will be able to write code for connectivity and access and store data to the server database.
One more important thing, I avoid the real time practice on the web. It makes a habit of copy-pasting of code, and at the end, you learn nothing. I always recommend that setup your own PC to test code. This is the real and professional way of programming. The first chapter of JDBC tells you how to setup your PC to test Java application with JDBC. This tutorial contains following chapters.
Chapters
GETTING STARTED
SQL QUERY
SAVE IMAGE
JDBC RESULTSET
JDBC STATEMENT
METADATA
ADVANCE
Summary
This JDBC Tutorial is the complete guide for students, beginners, and developers. If you are new in JDBC then it is absolutely the right place to start with.