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
Is jdbc and orm?
How we can you use preparedstatement.
What is the difference between jdbc and odbc?
What is jdbc template?
What is an encrypted internet connection?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
Discuss the significances of jdbc.
How can I get or redirect the log used by DriverManager and JDBC drivers?
Where can I find info, frameworks and example source for writing a JDBC driver?
How to know howmuch data is truncated?
What does jdbc setmaxrows method do?
What is jdbc connection?
What is jdbc odbc connection?
How can we move the cursor in a scrollable result set?
What is the feature of jdbc v4?