Under what circumstances, that all four drivers are used?
Answer / Lakhan Singh Meena
All four JDBC drivers (JDBC-ODBC Bridge Driver, Native-API Standard Binary Driver, Network Protocol or Type 3.0 Drivers, and Java Database Connectivity API Implementation Specific Drivers) might be used in a scenario where you need to connect to databases with different underlying technologies (e.g., MS Access, Oracle, MySQL), and you require maximum compatibility across different platforms.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by metadata and why we are using it?
JDBC Drivers properties?
What is the role of jdbc drivermanager class?
How do you create Connection?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
How to insert an image or raw data into database?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What is jdbc and jpa?
What should be done for auto generating primary key id in a table ?
How many rowset are available in jdbc?
Explain the life cycle of jdbc.
Where is jdbc url mysql?