When you will get error like ?No suitable driver??

Answers were Sorted based on User's Feedback



When you will get error like ?No suitable driver??..

Answer / shera ahmad khan

When there is some mistake in the URL given in
DrierMangager.getConnection().

Is This Answer Correct ?    2 Yes 0 No

When you will get error like ?No suitable driver??..

Answer / subramanyam.b (from shree coll

When there is no proper communication between driver and
database..and there is no proper binding between driver and
data source name..like
connection con =DriverManager.getConnection(oracleURL,
username,password);
.
.
Here url is like jdbc:odbc:Datasourcename

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What are the 4 types of jdbc drivers?

0 Answers  


How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


What is Normalization?

2 Answers   Accenture, Atos Origin,


How to check jdbc driver version in websphere?

0 Answers  


Is the JDBC-ODBC Bridge multi-threaded?

2 Answers   Wipro,






List the common jdbc exceptions ?

0 Answers  


What is addbatch jdbc?

0 Answers  


What does executeupdate return in jdbc?

0 Answers  


callable is interface or class ?

9 Answers   Fidelity,


How to get a whole row of data at once?

2 Answers  


Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.

6 Answers  


What is xe in oracle jdbc url?

0 Answers  


Categories