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
How do I check in my code whether a maximum limit of database connections have been reached?
How to check jdbc driver version in websphere?
What is the feature of jdbc v4?
How you restrict a user to cut and paste from the html page using java programing?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What does the jdbc connection interface?
How vendor Naming registry supports JNDI?
Describe odbc?
How many types of jdbc drivers are available?
Compare jdbc and odbc and how is jdbc required in this context.
Explain the steps in writing a java program using jdbc?
How do you insert images into database using jdbc?
What does the jdbc resultset interface?
What is db client?