What are database warnings in jdbc and how can we handle database warnings in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of setautocommit?
How can we store the file in the oracle database?
What are temp tables ?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
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?
Which is better odbc or jdbc?
What is jdbc odbc?
What are the jdbc statements?
What is the difference between triggers and procedures?
When do we get java.sql.SQLException: No suitable driver found?
When does the result for an sql statement return null?