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 simultaneously?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
what is meant by connection pooling?
how can we get the metaData (columnNames) from a table which has no Records..
What is a jdbc driver and how many jdbc drivers are available?
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
How many categories of jdbc drivers are there?
Is jdbc connection secure?
What is the return type of execute, executequery and executeupdate?
What is ODBC and JDBC? How do you connect the Database?
How does JDBC differ from ODBC?
What are the different types of statements? How we can you use preparedstatement.