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
Which interface is responsible for transaction management in jdbc?
Which package contains jdbc api?
What is the meaning of “dirty read” in the database?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is the purpose of jdbc?
Write an sql to find all records having all numeric characters in a field ?
What is xe in oracle jdbc url?
What is the difference between executing, executequery, executeupdate in jdbc?
List some new features available in jdbc 4.0?
What is the meaning of batch updates?
What is JDBC Statement?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is JDBC ResultSet?
What is meant by dao?