What is Type-2 Driver and when this driver is used?
Answer Posted / chandrarekha
Native-API partly java driver is the type-2 driver..this
driver is useful for applications over a network where in
this driver uses native library classes to map the jdbc
calls to native method calls and these calls are sent to
call level interface(CLI)....the functions in CLI are
written in c
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is JDBC API and when do we use it?
Explain the importance of drivermanager.
What is namedparameterjdbctemplate?
Which interface is responsible for transaction management in jdbc?
Where can I find info, frameworks and example source for writing a JDBC driver?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Does jdbctemplate close connection?
What is jdbc and jdbc drivers?
How many rowset are available in jdbc?
Explain in detail about JDBC and its general features?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What is sqlwarning and discuss the procedure of retrieving warnings?
How do I load a database driver with JDBC 4.0 / Java 6?
What driver should I use for scalable Oracle JDBC applications?
Why is jdbc needed?