Answer Posted / dipanshu
We use type-4 driver in our project bcoz of the following reasons.
Type 4 Driver is a thin driver and it doesn't contain more layer like other (type-1 and type-2) drivers, it speed up the performance and moreover DB vendor library is automatically includes so explicitly our client application does not need to have DB vendor Library.
When we use type-4 driver to talk to Database then our JDBC code directly talks to the Database s/w without having the support of ODBC(like type-1) and DB Library(in type-1&type-2).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Name the method, which is used to prepare a callablestatement.
How do java applications access the database using jdbc?
What is java soft framework?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How to retrieve warnings in jdbc?
Explain about the drive manager class working?
What is difference between statement and preparedstatement in jdbc?
How can we retrieve the file in the oracle database?
Where is mysql jdbc driver located?
How to use JDBC API to call Stored Procedures?
What is jdbc odbc bridge?
What are the common tasks of JDBC?
What protocol does jdbc use?
What is setautocommit in jdbc?
How do I know which jdbc driver to use?