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
How can you use preparedstatement in jdbc?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
How can we retrieve the file in the oracle database?
What are the methods which can verify the cursor particular position?
What is layer in communication?
What is batch processing and how to perform batch processing in jdbc?
What is the use of getGeneratedKeys() method in Statement?
List some new features available in jdbc 4.0?
How to connect html page to database using jdbc?
What is sqlwarning?
What is jdbc stand for?
What are four types of JDBC driver?
What are the main components of JDBC ?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is JDBC RowSet? What are different types of RowSet?