What is Type-1 Driver and when this driver is used?
Answer Posted / swetha
jdbc-odbc bridge is called as the type1 driver.It is used
for translates the jdbc call to the odbc call and sends
them to odbc.It allows many different databases.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between jdbc and jndi?
What are different types of JDBC Drivers?
Which database is used for java?
Explain the difference between resultset and rowset in jdbc
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What do you mean by metadata and why we are using it?
What is jdbc connection?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
How many types of jdbc drivers are there?
What does setautocommit do?
What is represented by the connection object?
What causes the "No suitable driver" error?
How can you know about drivers and database information ?
How does jdbc connect to database?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?