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 driver in java?
Why do we need a jdbcrowset like wrapper around resultset?
Which package contains jdbc api?
Which type of driver provides jdbc access via one or more odbc drivers?
Is jdbc a framework?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What are the conditions applies to varchar variable, when using in procedures?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Explain the role of driver in jdbc.
What are the different types of interfaces in the api component?
java based application for hospital management
What is serialization and deserialization in java programming?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is CLOB and BLOB datatypes in JDBC?
What is the meaning of batch updates?