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
What is jdbc and jdbc drivers?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
What are the conditions applies to varchar variable, when using in procedures?
Why should we close database connections in java?
What is resultset in jdbc with example?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What are the measures to connect to the db using jdbc?
Explain what should be done when a SQL exception is raised?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is the difference between jdbc and jndi?
What is statement and resultset in jdbc?
What is the full form of jdbc?
What are collection pools?
What is in term of jdbc a datasource?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?