Answer Posted / yazhini
JDBC drivers are divided into four types or levels.There are:
Type 1:JDBC-ODBC Bridge driver(Bridge)
Type 2:Native-API/partly java driver(Native)
Type 3:All java/Net-protocol driver(Middleware)
Type 4:All java/Native-protocol driver(Pure)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is JDBC RowSet? What are different types of RowSet?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is resultsetmetadata?
What is the return type of execute, executequery and executeupdate?
What are four types of JDBC driver?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is jdbc connection string?
What is jdbc url for mysql?
What is jdbc databasemetadata interface?
Under what circumstances, that all four drivers are used?
Why is odbc needed?
Why do we need jdbc?
What are the advantages of using preparedstatement over statement?
What are the main components of JDBC ?
What is transaction processing in jdbc?