What is Type-1 Driver and when this driver is used?
Answer Posted / chandrarekha
JDBC-ODBC driver is called the type 1 driver..it used for
standalone applications only...it is the default driver
therefore not necessary to install the driver like type
2,3,4....and it's not useful for applications over network
and over web...the driver converts the statements/JDBC
calls into opendatabase connectivity calls based on which
the data is retrived from the database
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Give an example for getXXX method?
How can I connect mysql or oracle with java?
Explain the necessary steps to connect to the database in java?
Name different methods for getting streams.
How do I insert/update records with some of the columns having NULL value?
Is jpa faster than jdbc?
List some new features available in jdbc 4.0?
How many ways that we can view a result set?
What is JDBC ResultSet?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What is jdbc odbc in java?
How does a file store compare with a jdbc store?
What are the different types of locking in JDBC?
What is jdbc odbc?
Which type of JDBC driver is the fastest one?