Answer Posted / chandrarekha
loading a driver can be done manually by Class.forName
(....) and DriverManager.registerDriver(...) and also
programatically by
java -Djdbc.drivers=sun.jdbc.odbc.jdbc.... <.java filename>
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are jdbc?
What is difference between jdbc and odbc?
Does jpa use jdbc?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What are the standard isolation levels defined by JDBC?
Explain in detail about JDBC and its general features?
Why jdbc is used in java?
What is a statement?
What are the main steps in java to make JDBC connectivity?
What do you mean by two phase commits?
What is the fastest type of JDBC driver?
What are the conditions applies to varchar variable, when using in procedures?
What does it mean to "materialize" data?
How does a file store compare with a jdbc store?