What is Type-1 Driver and when this driver is used?
Answer Posted / guest
TYpe -1 Driver is JDBC-ODBC Bridge Driver.
odbc can't be used directly with jdbc,because it uses a c
interface.Moreover odbc make use of pointers which are
totally removed from java.The jdbc-odbc bridge driver
delegates the calls to the datasource.The standard jdk
includes the classes for bridge driver and there is no need
to install any additional classes.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I insert an image file (or other raw data) into a database?
What are the jdbc api components?
What are the considerations for deciding on transaction boundaries?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Does jdbctemplate close connection?
How do I stop nullpointerexception?
What is a datasource in java?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What is the reason why we need a jdbcrowset like the wrapper around resultset?
How can I get information about foreign keys used in a table?
Discuss the significances of jdbc.
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What do you mean by two phase commits?
Explain the two tier and three tier architecture of jdbc.
What is JDBC API and when do we use it?