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
Where is ojdbc14 jar located?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What do you mean by database connection pooling?
What are the ddl statements?
Explain the main method?
What is odbc jdbc?
How many ways can you update a result set?
Where is mysql jdbc driver located?
What is phantom read and which isolation level prevents it?
How data can be inserted into long row column of database?
What is the use of JDBC DriverManager class?
What are the benefits of PreparedStatement over Statement?
What is JDBC Transaction Management and why do we need it?
How can we execute stored procedures?
What are the measures to connect to the db using jdbc?