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 is the difference between setmaxrows(int) and setfetchsize(int)?
What is connection commit?
What is the meaning of batch updates?
How to know howmuch data is truncated?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is the most common example type 1 driver?
What is drivermanager in jdbc?
How do I set properties for a JDBC driver and where are the properties stored?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Why do we use jdbc?
Why do we need jdbc api?
How many jdbc driver types are there?
Does sql allow null values ? Can we use it within where clause ?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.