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

While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure

0 Answers   ADP,


What is jdbc in dbms?

0 Answers  


What is an outer join?

3 Answers   Infogain,


How to update a resultset programmatically?

0 Answers  


Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?

2 Answers  






What is jdbc type?

0 Answers  


What is de-normalization?

1 Answers  


What is a merge field?

0 Answers  


What is the difference between ojdbc6 and ojdbc7?

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


What is two-phase commit in the database?

0 Answers  


Is possible to open a connection to a database with exclusive mode with JDBC?

0 Answers  


Categories