I have listened that type 2 driver needs some database library's apis. I cant understand above statement can you explain?
|
|
|
This link describe the difference between the 4 types of driver clearly. You may want to take a look at it. Type 2 driver is database specific, as said in the article in the above link:
|
|||
|
|
Yes. Type 2 drivers convert JDBC calls into database-specific calls means this is specific to a particular database. For example- Oracle will have its own oracle native driver API. While the Type 4 uses java networking libraries to communicate directly with the database server. |
||||
|
Just a paragraph snippet from this link. Also, visit the helpful link : JDBC Driver and Its Types
|
|||
|
|