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 |
Can I get a null resultset?
What is jdbc servlet?
can we define indexes on a foreign key? Explain pros and cons?
How many types of statements are there in jdbc?
How do I insert/update records with some of the columns having NULL value?
Explain the steps in writing a java program using jdbc?
What is statement and preparedstatement in java?
How does a file store compare with a jdbc store?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What is Type-4 Driver and when this driver is used?
What is while rs next ())?