Home Answers Viewqa JDBC What is JDBC Driver ?

 
 


Clark
What is JDBC Driver ?
1 Answer(s)      2 years and 7 months ago
Posted in : JDBC

What is JDBC Driver ?

View Answers

November 12, 2010 at 11:19 AM


Hi friends,

JDBC is a software component enabling a java application to interact with a database.For connecting with databases, JDBC requires drivers for each database. The JDBC driver established the connection to the database and implements the protocols for transferring the queries and result between client and database.

The four Type of JDBC drivers are.

TYPE 1-JDBC-ODBC Bridge driver.
TYPE 2- Native -API, Partly Java driver.
TYPE 3- Network-Protocol driver, pure Java driver.
TYPE 4: Native-protocol fully java technology- enabled driver.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.