What is Type-1 Driver and when this driver is used?

Answer Posted / guest

TYpe -1 Driver is JDBC-ODBC Bridge Driver.
odbc can't be used directly with jdbc,because it uses a c
interface.Moreover odbc make use of pointers which are
totally removed from java.The jdbc-odbc bridge driver
delegates the calls to the datasource.The standard jdk
includes the classes for bridge driver and there is no need
to install any additional classes.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is jdbc database independent?

503


How do you insert images into database using jdbc?

569


Jdbc-odbc bridge is multi-threaded or not?

535


Which is better jpa or jdbc?

507


List the common jdbc exceptions ?

571






How do I insert/update records with some of the columns having NULL value?

516


Explain the difference between rowset vs. Resultset in jdbc?

579


How many types of JDBC Drivers are present and what are they?

508


What are different parts of a url?

506


What are the jdbc api components?

657


What is database connection pooling? Advantages of using a connection pool?

543


How do java applications access the database using jdbc?

535


How can we retrieve the file in the oracle database?

516


What are the components of jdbc?

548


What is database deadlock ?

541