What type of drivers are used for web application?
Answers were Sorted based on User's Feedback
Answer / rakesh damera
type-4 driver depending upon the environment they are
configuring .
The Red Brick JDBC Driver is a pure Java Type-4 driver based
on Version of the JDBC API.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / niranjanravi
type-3 drivers thatis IntermediateDataAccess Driver
| Is This Answer Correct ? | 0 Yes | 2 No |
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
what is meant by connection pooling?
What are the main steps in java to make JDBC connectivity?
What is phantom read and which isolation level prevents it?
What is the jdbc rowset?
What are JDBC statements?
What does the jdbc driver interface do?
how many JDBC drivers ?name them?
What is jdbc architecture in java?
Where is jdbc used?
How do I check in my code whether a maximum limit of database connections have been reached?
What are the types of statements in jdbc?