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

Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?

1 Answers   TCS,


What is the feature of jdbc v4?

0 Answers  


Differentiate between a statement and a preparedstatement.

0 Answers  


How we can you use preparedstatement.

0 Answers  


How many categories of jdbc drivers are there?

0 Answers  






What does jdbc setmaxrows method do?

0 Answers  


How can I create a custom RowSetMetaData object from scratch?

0 Answers  


What is a jdbc connection pool?

0 Answers  


What is JDBC Driver interface?

0 Answers  


Is JDBC a language or Application?

3 Answers  


What is jdbc in dbms?

0 Answers  


What is a lock in jdbc?

0 Answers  


Categories