Friday 25 December 2015

Java JDBC Tutorial

--------------------------------------------------------------------------------------------------------------
  • Java JDBC is a java API(Application programming interface) to connect and execute query with the database. JDBC API uses jdbc drivers to connect with the database.
  • Before JDBC, ODBC API was the database API to connect and execute query with the database. 
  • But, ODBC API uses ODBC driver which is written in C language (i.e. platform dependent and unsecured). 
  • That is why Java has defined its own API (JDBC API) that uses JDBC drivers (written in Java language). 
  1. JDBC Driver
  2. Steps to connect to the Database 
  3. Connecting to Access Database using JDBC-ODBC Bridge Driver 



No comments:

Post a Comment

HOW TO STOP WINDOWS 10 AUTO UPDATE