can we create a own jdbc driver? how can we create?
Answer Posted / 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 |
Post New Answer View All Answers
When does the result for an sql statement return null?
Explain the two tier and three tier architecture of jdbc.
List the advantages of using datasource?
What do you mean by two phase commits?
How does jdbc driver work?
List some new features available in jdbc 4.0?
What is in terms of jdbc a datasource?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How are jdbc statements used?
What does setautocommit do?
What packages are used by jdbc?
What do you understand by jdbc driver and explain its types?
What are types of jdbc drivers?
What is jdbc odbc connection?
How do I insert/update records with some of the columns having NULL value?