What is Type-3 Driver and when this driver is used?
Answer Posted / chandrarekha
JDBC net pure java driver is the type-3 driver...the driver
is loaded at the client and server side and the driver uses
native class libraries to convert the jdbc calls into
native method calls and sends it to the CLI loaded at the
client side...this driver is used for applications over
web...
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the difference between ojdbc6 and ojdbc7?
How does a file store compare with a jdbc store?
What should be done for auto generating primary key id in a table ?
What are the advantages of using preparedstatement over statement?
How can you know about drivers and database information ?
What is a statement in java?
What is ojdbc?
What are the main steps in java to make JDBC connectivity?
What is an encrypted internet connection?
What are jdbc and its components?
What is the use of jdbc api?
Does jdbctemplate use prepared statements?
What is jdbc oracle thin?
What is phantom read and which isolation level prevents it?
How does a custom RowSetReader get called from a CachedRowSet?