JDBC

Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a client may access a database. It is a Java-based data access technology used for Java database connectivity.

 

Main Page:- JDBC tutorial and examples

Different Types of JDBC Drivers in Java

Officially JDBC driver in Java is divided into four types or levels. Each type defines a JDBC driver implementation with increasingly higher levels of platform independence, performance, and deployment administration. There are 4+1 mechanism/architectures/methodologies to create JDBC driver software for different software based on the rules and guidelines of JDBC technology. JDBC Driver software Technical

Different Types of JDBC Drivers in Java Read More »

Difference Between JDBC and ODBC

JDBC vs ODBC | We will discuss, What are the differences between JDBC and ODBC drivers? Why Java applications are looking for exclusive JDBC driver software when all other software technologies/languages are using ODBC driver software for Database interaction? The JDBC (Java Database Connectivity) and ODBC (Open Database Connectivity) both are SQL-based Application Programming Interface

Difference Between JDBC and ODBC Read More »