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?
No Answer is Posted For this Question
Be the First to Post Answer
What is the fastest type of JDBC driver?
What is benefit of using preparedstatement in java?
What is meant by jdbc?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a 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 JDBC and ODBC and what are the differences between them?
11 Answers Idbi Bank, Infosys, Infoview, TCS,
What is jdbc resultsetmetadata interface?
What is jdbc architecture in java?
How can a java objects be stored in database?
What is Type-2 Driver and when this driver is used?
write down exceptions those appear in java programs when u write JDBC Programs?
Explain the life cycle of jdbc.