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

How to get the Database server details in java program?

0 Answers  


How can you make the connection using jdbc?

0 Answers  


What are different types of JDBC Drivers?

0 Answers  


What causes the "No suitable driver" error?

0 Answers  


How vendor Naming registry supports JNDI?

0 Answers  






What are JDBC statements?

2 Answers  


Does the JDBC-ODBC Bridge work with Microsoft J++?

0 Answers  


What is the difference between ExecuteUpdate and ExecuteQuery?

1 Answers   Exilant,


Where can I find ojdbc14 jar file?

0 Answers  


What is @entity in java?

0 Answers  


Is JDBC a language or Application?

3 Answers  


What are the different types of classes in the api component?

0 Answers  


Categories