How many jdbc driver types are there?
No Answer is Posted For this Question
Be the First to Post Answer
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
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 the difference between jdbc and odbc?
Is odbc an api?
How is jndi useful for Database connection?
What will happen when ResultSet is not closed?
What is JDBC Driver interface?
How can you tune SQL statements?
What is a statement?
How to retrieve warnings in jdbc?
What is Type-2 Driver and when this driver is used?
What is a jdbc connection pool?