ALL >> Technology,-Gadget-and-Science >> View Article
Different Types Of Jdbc Driver
What is a driver and JDBC Driver Types?
There are two different software components called Java and database (Oracle). For the development of software, Java programming language is used and Oracle is a database used for storing the data. The companies which developed both of them are not the same and this is where the driver called JDBC comes into the picture.
Here are 4 types of JDBC drivers in Java:
Type1: JDBC-ODBC Bridge, Plus ODBC Driver
With the help of JDBCODBCDriver class from sun.jdbc.odbc package this first type of bridge driver is supported. For connecting to a database this driver bridge connects with another driver called ODBC driver. Database client code and ODBC driver must be installed on every client in an office and this is the main disadvantage of using this driver. At the time the systems are spread apart this will be very difficult whereas it will be safe when the systems are confined to a small area. Thus it is considered poorest among the JDBC drivers.
Type 2: Native-API Driver, partly-Java driver
The JDBC commands are converted into DBMS-specific native calls by the ...
... native-API driver. The Type 1 drivers restriction is also followed over here. On the machine, the client must have binary code loaded. The only advantage they have over type 1 drivers is that they interface directly with the database.
Type 3: JDBC- Net, pure Java Driver
This is considered as a three-tier solution. JDBC calls are translated by this type of driver into an independent database network protocol that is sent to a middleware server. The DBMS specific protocol is then translated by this server which is forwarded to a particular database. The middleware server is used for routing back the results and then it is sent back to the client. Without affecting the client it also helps in swapping the databases. The most flexible JDBC solution is only this option.
Type 4: Native Protocol, pure Java Driver
This one is most preferred in the real times especially for its performance. The reason behind the performance efficiency is because of its direct conversion of JDBC queries into database-specific network protocol and extra transformation of middle layers is used for elimination. Database dependency of native protocol driver is generally provided by the database vendors itself. Java language is used to write and program this entire driver and is called as a thin driver.
Add Comment
Technology, Gadget and Science Articles
1. Magicbricks Data Scraping Api — Real-time Property Listing & Price Trend DataAuthor: REAL DATA API
2. Tuniu Data Scraping Api — Real-time Group Tour, Package & Sightseeing Data
Author: REAL DATA API
3. Embedded Systems, Iot And Cloud Integration For Smarter Products
Author: Texawave
4. Airport Water Tank Monitoring: Key Features, Benefits, And Buying Considerations
Author: MyTank
5. Namshi Fashion Data Scraping In Uae
Author: iwebdatascraping
6. Us Shopify Competitor Catalog Scraping For Dtc Intelligence
Author: WebDataScraping.us
7. Qunar Data Scraping Api — Real-time Budget Fare & Special Deal Data
Author: REAL DATA API
8. Cyber Security Services In The Usa: Business Guide 2026
Author: Lumiverse Solutions
9. The Changing Role Of An Odoo Erp Consultant In 2026
Author: Alex Forsyth
10. Transforming Modern Events With Smarter Exhibitor Management Solutions
Author: Enseur
11. Us Product Review Data Scraping For Multi-retailer Sentiment Intelligence
Author: WebDataScraping.us
12. How To Build A Mobile App Using Flutter Step By Step In 2026
Author: Mohit Sharma
13. Us Map Violation Monitoring Case Study: Automated Seller Price Tracking
Author: WebDataScraping.us
14. How Smart Pump Automation Integrates Sensors, Connectivity And Cloud Technology
Author: MyTank
15. How To Create An Ai Companion Platform That Turns Users Into Regulars
Author: John Miller






