Fill in the blanks :- The cause of failing to load the appropriate JDBC drivers before calling the getConnection method, or it specifying an invalid JDBC URL--one that isn't recognized by your JDBC driver can result in the error __________________ during a call to the DriverManager.getConnection method.

A) No suitable driver

Showing Answers 1 - 1 of 1 Answers

Raghunath

  • Feb 23rd, 2006
 

When ever an attempt is made to load the invalid driver information compiler time exception arises as

Valid Driver Information can not be found

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions