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
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What is jdbc databasemetadata interface?
What is jdbc and its types?
What are the differences between resultset and rowset?
Compare jdbc and odbc and how is jdbc required in this context.
What is dburl?
Where can I find ojdbc14 jar file?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
How can you create jdbc statements?
Is jdbc open source?
What are the measures to connect to the db using jdbc?
What is jdbc in java?
What is jdbc and jdbc drivers?
Name the types of jdbc drivers.