Answer Posted / naresh katakam
Usually does not perform as well as type 2 drivers
The vendor client library needs to be installed on the
client machine.
Cannot be used in web-based application due the client side
software needed.
Not all databases have a client side library
This driver is platform dependent
Performance overhead since the calls have to go through the
JDBC overhead bridge to the ODBC driver, then to the native
db connectivity interface.
The ODBC driver needs to be installed on the client
machine.
Considering the client-side software needed, this is not
suitable for applets.
Requires database-specific coding to be done in the middle
tier.
An extra layer added may result in a time-bottleneck. But
typically this is overcome by providing efficient
middleware services described above.
At client side, a separate driver is needed for each
database.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is statement and preparedstatement in java?
Why do we need jdbc?
What is JDBC DataSource and what are it’s benefits?
Define preparedstatement.
Explain the difference between rowset vs. Resultset in jdbc?
What are the differences between execute, executequery, and executeupdate?
What is odbc and jdbc?
What is jdbc and jdbc drivers?
Give an example for execution of sql statement.
Why do we use jdbc statements?
What are the types of jdbc drivers that exist?
Why we use jdbc instead of odbc?
What is the limitation of PreparedStatement and how to overcome it?
What is statement and resultset in jdbc?
Name the new features added in jdbc 4.0.