What is a JDBC type 5 driver? What are the benefits of such a driver?
Can I get any links/tutorials about type 5 drivers?
JDBC drivers are client-side adapters (installed on the client machine, not on the server) that convert requests from Java programs to a protocol that the DBMS can understand. There are 4 types of JDBC drivers: Type-1 driver or JDBC-ODBC bridge driver. Type-2 driver or Native-API driver.
Explanation. Native-protocol, pure Java driver, uses database native protocol.
Type -3 Driver JDBC is also known as Network Protocol Driver as it uses an application server that converts JDBC calls directly or indirectly into the vendor-specific database protocol.
There are 4 types of JDBC drivers: JDBC-ODBC bridge driver. Native-API driver (partially java driver) Network Protocol driver (fully java driver) Thin driver (fully java driver)
There are currently four types of JDBC drivers. See: Types of JDBC technology drivers
There is some speculation about what the next type would be like.
It is just a thrid party implementation of JDBC. Type 5 is non-standard .
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With