Java JDBC - JDBC Drivers

JDBC Drivers helps in interacting with databases. JDBC driver manager makes sure that correct driver is used to access each data source. There are 4 types of JDBC drivers : Type 1 : JDBC-ODBC Bridge Driver Type 2 : Native API Driver (partially java driver) Type 3 : Network...
Share:

Java JDBC - Introduction

What is JDBC? JDBC stands for Java Database Connectivity, it is an API for database independent connectivity between Java programs and databases. It helps in connecting wide range of databases and execute the query with the database. The java.sql package contains classes...
Share:

Popular Posts

Recent Posts

Followers

Total Pageviews