What is JDBC? What are different types of JDBC drivers?

Recommended Answers

All 2 Replies

See this

commented: Why won't folk do this on their own? My only thought is it's a shill posting. +15

JDBC stands for Java Database Connectivity. It is an Application Programming Interface (API) which helps to connect Java applications to external, relational database management systems (RDBMS).

JDBC API uses different JDBC drivers to connect with the database. The four types of JDBC drivers are:

• JDBC-ODBC Bridge Driver.
• Native-API Driver (Partially Java Driver).
• Network Protocol Driver (fully Java Driver).
• Thin Driver (fully Java Driver).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.