Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
No Answer is Posted For this Question
Be the First to Post Answer
What packages are used by jdbc?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is jdbc driver for sql server?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is the function of setautocommit?
What is the difference between jdbc and jndi?
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>......
If iam using JDBC API, do I also have to use ODBC?
Why do we use jdbc statements?
What is a PreparedStatement?
How to handle when the database crashes while reading the data from the database?
Explain the difference between rowset vs. Resultset in jdbc?