Showing posts with label JDBC Introduction. Show all posts
Showing posts with label JDBC Introduction. Show all posts

20 Jun 2012

JDBC Introduction


The JDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database.
JDBC helps you to write Java applications that manage these three programming activities:
  1. Connect to a data source, like a database
  2. Send queries and update statements to the database
  3. Retrieve and process the results received from the database in answer to your query