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
How many types of JDBC drivers are there and what are they?
What is meant by jdbc?
What are the higher level apis under development on top of jdbc currently?
What is addbatch jdbc?
In which ways is driver class is registered with drive manager?
Is java a database?
Diff. types of triggers..
How do I find ojdbc jar version?
How many categories of jdbc drivers are there?
What is the use of statement in 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 jdbc odbc connection?