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
Why should we close database connections in java?
How do I stop nullpointerexception?
Why do I have to reaccess the database for Array, Blob, and Clob data?
Where is ojdbc14 jar located?
How do I load a database driver with JDBC 4.0 / Java 6?
What is the use of getGeneratedKeys() method in Statement?
What are the higher level apis under development on top of jdbc currently?
How to set NULL values in JDBC PreparedStatement?
What is an encrypted internet connection?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is device controller?
What are the jdbc api components?
What is jdbc and jpa?
What are dml and ddl?
What is connection data?