Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is difference between type 4 driver and type 1 driver?

Answer Posted / jigar

Type 1: JDBC-ODBC Bridge Driver
The first type of JDBC driver is JDBC-ODBC Bridge which
provide JDBC access to any ODBC complaint databases through
ODBC drivers. Sun's JDBC-ODBC bridge is example of type 1
driver.

Type 4: Native-Protocol Pure Java Driver
Type 4 drivers are entirely written in Java that communicate
directly with vendor's database through socket connection.
Here no translation or middleware layer, are required which
improves performance tremendously.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you classify Dialog Box?

1185


What is the difference between abstract classes and interfaces?

1090


What is sortedmap interface?

1054


What is runtime locatable code?

1499


how we can make a read-only class in java?

1040


Which is better singleton or static class?

1028


Difference between abstract and concrete class ?

1268


What is Hierarchy of exception?

1145


What is the purpose of using javap?

1158


What is ctrl m character?

1110


What is an abstract class and what is it’s purpose?

1012


How do you escape a string?

1037


How do I run java on windows?

1245


What is an anonymous class in java?

1168


Give example to differentiate between call by value and call by reference.

1113