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 happens if we don't close the connection in jdbc?

0 Answers  


How to get the data from a table into a buffer?

2 Answers  


What does executeupdate return in jdbc?

0 Answers  


What is in term of jdbc a datasource?

0 Answers  


What are different types of ResultSet?

0 Answers  






What is odbc and jdbc in dbms?

0 Answers  


How data can be inserted into long row column of database?

0 Answers  


What is ojdbc14 jar?

0 Answers  


How can you sort dates?

1 Answers  


How to update a resultset programmatically?

0 Answers  


How do I find ojdbc jar version?

0 Answers  


Define preparedstatement.

0 Answers  


Categories