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 is ojdbc?

0 Answers  


What is DML?

0 Answers  


What type of driver you use in real-time projects?

3 Answers  


What is the difference between ExecuteUpdate and ExecuteQuery?

1 Answers   Exilant,


What are the functions of the jdbc connection interface?

0 Answers  






What is the return type of execute, executequery and executeupdate?

0 Answers  


How many types of jdbc drivers are there?

0 Answers  


What is an advantage of using the jdbc connection pool?

0 Answers  


What is meant by jdbc and odbc?

0 Answers  


How to set NULL values in JDBC PreparedStatement?

0 Answers  


What is getconnection method in java?

0 Answers  


What is a java driver?

0 Answers  


Categories