I noticed that JDBC has different Drivers like:
- Type 1 Driver
- Type 2 Driver etc.. to Type 4
Why did they get the name like Type 1, Type 2 etc.? Is there any logic?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The type number tells something about how the driver actually communicates with the database.
In general (just by coincidence), how higher the type number, how better the JDBC driver performs.