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
What is the difference between executing, executequery, executeupdate in jdbc?
What are the different types of interfaces in the api component?
What are four types of JDBC driver?
Which is faster jdbc or odbc?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What are the types of statements in jdbc?
Explain creation of statement object with connection method create method with help of an example.
What is connection pooling and why it is used?
Is uri the same as url?
Why did my jdbc code throw a rollback sqlexception?
What is executequery in java?
What is com mysql jdbc driver?
Explain the importance of drivermanager.
What is serialization and deserialization in java programming?
What is jdbc and odbc in java?