What is Type-3 Driver and when this driver is used?
Answer Posted / chandrarekha
JDBC net pure java driver is the type-3 driver...the driver
is loaded at the client and server side and the driver uses
native class libraries to convert the jdbc calls into
native method calls and sends it to the CLI loaded at the
client side...this driver is used for applications over
web...
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What do you understand by jdbc datasource?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
How to connect multiple database in jdbc?
How many locking systems are there in jdbc?
What is the purpose of the jdbc resultset interface?
How MS-Access DB can be accessed over a network, using JDBC API?
Is possible to open a connection to a database with exclusive mode with JDBC?
How does jdbc work?
What is a statement?
Is odbc an api?
What is jsp and jdbc?
What are the classes and methods used for sending sql statements to database?
What is jdbc odbc bridge in java?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?