What is Type-3 Driver and when this driver is used?
Answers were Sorted based on User's Feedback
Answer / guest
Type-3 Driver is IntermediateDataAccess Driver.middleware
layers use this type of driver with the ability to connect
multiple clients with multiple servers.BEAWeblogic servers
use trhis type of driver.But architecturally this is very
flexible as intermediate driver can access the details of
the connection.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / devarathnam c,kotagudibanda(po
Type3 Driver:
It is also known as "Net Protocol driver" which is working
based on three-tier system.It requires a middle tire.Mainly
it is used in the "Network environment applications".It
will dependent on one of the application servers like
BEA Weblogic,IBM Websphere etc..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What are the steps to connect to a database in java?
Explain about multiple implementations and drive manager?
How to get the Database server details in java program?
What is database connection pooling? Advantages of using a connection pool?
What is url in jdbc connection?
What is jdbc odbc bridge in java?
How to handle when the database crashes while reading the data from the database?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
How does a file store compare with a jdbc store?
Can you define a foreign key, with a key from the same table?
How you restrict a user to cut and paste from the html page using java programing?
What are the differences between statement and preparedstatement interface?