What is JDBC Driver? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is JDBC Driver?

25th Nov 2018, 9:30 AM
SACHIN PAGARE
SACHIN PAGARE - avatar
2 ответов
+ 4
Is this a "What is" bombardment?! 8D If you Google them you can easily find the answers! How to post a minimal, complete, and verifiable question in SL's term. " Here are some tips to make sure your question qualifies: - Post only programming-related QUESTIONS and ANSWERS; - SEARCH for similar QUESTIONS or ANSWERS before posting; - Include relevant TAGS; - Follow community RULES: https://www.sololearn.com/Content-Creation-Guidelines/ DO NOT - Post spam/advertisement; - Use inappropriate language. * Post general discussions and open-ended questions in your feed. ** In case of an assignment, providing a code snippet is mandatory."
25th Nov 2018, 10:10 AM
Babak
Babak - avatar
+ 1
JDBC Driver is a software component that enables java application to interact with the database. There are 4 types of JDBC drivers: JDBC-ODBC bridge driver Native-API driver (partially java driver) Network Protocol driver (fully java driver) Thin driver (fully java driver)
29th Nov 2018, 3:55 PM
SACHIN PAGARE
SACHIN PAGARE - avatar