Hi Friends.....
What is the fastest type of JDBC driver?
Thanks.........
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jan 4, 2012, 11:11 AM
JDBC Type IV driver is the fastest driver because it converts the jdbc calls into vendor specific protocol calls and it directly interacts with the database.
This driver is also known as the native-protocol driver or thin driver of Oracle. In this driver the client and server API'S are written in java and the server Api uses the protocol of the DBMS for communication. Hence this driver is fully java driver and DBMS independent. It is also called as pure java driver.
Thanks
Vikas MishraPosted Jan 9, 2012, 11:27 AM
VulpesPosted Jan 4, 2012, 11:01 AM