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 class.forname will do while loading drivers of jdbc?
What are the advantages of using preparedstatement over statement?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Does jdbc require oracle client?
Which jdbc drivers will run your program?
What is jdbc type?
What is odbc. how is it related to sql cli?
What is ojdbc?
How can you load the drivers?
What is a jdbctemplate?
What does the connection object represents?
What do you mean by odbc?
Name the method, which is used to prepare a callablestatement.
How to update a resultset programmatically?
What is the meaning of “dirty read” in the database?