can we create a own jdbc driver? how can we create?
Answer / rishabh bhasin
no , we can't create new jdbc driver, there are four driver
1 jdbc/ odbc
2 native driver
3 network protocol driver
4 jdbc net pure driver
Is This Answer Correct ? | 3 Yes | 2 No |
What is meant by jdbc and odbc?
What is jdbc connection string?
Difference between JDBC and Hibernate? Give one sample based on the variance?
When do we get java.sql.SQLException: No suitable driver found?
What is statement and resultset in jdbc?
What protocol does jdbc use?
What is the difference between ExecuteUpdate and ExecuteQuery?
Why do we need jdbc api?
If I use the JDBC API, do I have to use ODBC underneath?
What are JDBC statements?
What is batch processing and how to perform batch processing in jdbc?
How can a java objects be stored in database?