List the common jdbc exceptions ?
No Answer is Posted For this Question
Be the First to Post Answer
what is JDBC?
What are the differences between execute, executequery, and executeupdate?
What does adapter class provide?
how many JDBC drivers ?name them?
Write an sql to find all records having all numeric characters in a field ?
what are the types of result sets in JDBC 3.0 ?
What is odbc jdbc?
MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......
What is difference between statement and preparedstatement in jdbc?
What is dburl?
Explain in detail about JDBC and its general features?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?