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 jdbc explain?
What is the syntax of URL to get connection?
Which type of driver provides jdbc access via one or more odbc drivers?
How to know howmuch data is truncated?
What is the difference between client and server database cursors?
What is phantom read and which isolation level prevents it?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
Is jdbc part of j2ee?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
Name the new features added in jdbc 4.0.
How many locking systems are there in jdbc?
Why we use while rs next ())?