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
How do I disallow NULL values in a table?
Write a program JDBCcode forfetching student database with SQL.
What is a statement in java?
What is jdbc connection interface?
What are the types of jdbc drivers that exist?
What is jndi lookup?
Write an sql to find all records having all numeric characters in a field ?
What is a lock in jdbc?
What are the methods which can verify the cursor particular position?
Discuss the significances of jdbc.
What protocol does jdbc use?
What is jdbc driver manager?
Is jdbc connection secure?
What are the common JDBC problems that you got and how do you solved them?
Explain about multiple implementations and drive manager?