Where can I find info, frameworks and example source for writing a JDBC driver?
No Answer is Posted For this Question
Be the First to Post Answer
What does the jdbc driver interface do?
What are the types of jdbc drivers that exist?
How many packages are available in jdbc api?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What are restrictions on triggers?
What is JDBC Driver interface?
Diff. types of triggers..
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
What is jdbc odbc in java?
How can we set null value in jdbc preparedstatement?
Explain creation of statement object with connection method create method with help of an example.