Under what circumstances, that all four drivers are used?
No Answer is Posted For this Question
Be the First to Post Answer
How do we load the drivers?
Why do we need jdbc?
what is rowset?
What is namedparameterjdbctemplate?
Where can I find info, frameworks and example source for writing a JDBC driver?
Diff. types of triggers..
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Which interface handles transaction management in jdbc?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is jdbc stand for?
What do you mean by odbc?