What is Type-3 Driver and when this driver is used?

Answers were Sorted based on User's Feedback



What is Type-3 Driver and when this driver is used?..

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

What is Type-3 Driver and when this driver is used?..

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

What is Type-3 Driver and when this driver is used?..

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

Post New Answer

More JDBC Interview Questions

Are all the required JDBC drivers to establish connectivity to my database part of the JDK?

0 Answers  


How can you tune SQL statements?

2 Answers   Wipro,


What are the exceptions in jdbc?

0 Answers  


How to check jdbc driver version in websphere?

0 Answers  


Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?

0 Answers  






what are design patterns?

3 Answers   CFC, TCS, Wipro,


What are the advantages of using preparedstatement in java?

0 Answers  


What is the function of drivermanager class?

0 Answers  


What is the difference between jdbc and odbc?

0 Answers  


What is JDBC DataSource and what are it’s benefits?

0 Answers  


how we can remove hard code in java?

1 Answers   Satyam,


Can we make a database connection from HTML ?

6 Answers   Aptech, BOB Technologies, Cap Gemini, Wipro,


Categories