What is Type-3 Driver and when this driver is used?
Answer Posted / 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 |
Post New Answer View All Answers
What is getconnection method in java?
What is a jdbc connection string?
Explain the difference between rowset vs. Resultset in jdbc?
What is layer in communication?
What are the classes and methods used for sending sql statements to database?
Which package contains jdbc api?
What is the use of JDBC DriverManager class?
What is device controller?
What is database deadlock ? How can we avoid them?
Is jdbc an api?
What does the jdbc resultset interface?
What is ojdbc14 jar?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What are the advantages of using preparedstatement over statement?
Explain the main method?