What are pros and cons of using of Type-2 and Type-4
Drivers over Type-1 driver?
Answer Posted / chandrarekha
native API partly java driver(type-2 driver) doesn't have
the ODBC intermediate layer as the type 1 driver and the
native protocol pure java driver(type-4 driver) interacts
directly with the database(no native class libraries nor
driver as the intermediate layer) hence high perfomance
delivered compared to type-1 driver
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are four types of JDBC driver?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What is type 4 jdbc driver?
Give an example for execution of sql statement.
Which type of driver is unique in jdbc?
What is createstatement method in java?
What is jdbc odbc?
What are the main components of JDBC ?
How data can be inserted into long row column of database?
Explain the main method?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Explain the necessary steps to connect to the database in java?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is the different between ResultSet and RowSet?
How do I connect to jdbc?