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
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Explain about the Try Block?
Which type of JDBC driver is the fastest one?
What are the ddl statements?
What is the return type of execute, executequery and executeupdate?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is meant by connection string?
What is JDBC RowSet? What are different types of RowSet?
What is an escape syntax?
What are the differences between stored procedure and functions?
What is the most common example type 1 driver?
What is a jdbc connection pool?
What is jdbc and its advantages?
What is transaction processing in jdbc?
What is jdbc driver?