When you will get error like ?No suitable driver??
Answers were Sorted based on User's Feedback
Answer / shera ahmad khan
When there is some mistake in the URL given in
DrierMangager.getConnection().
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
What is metadata in programming?
How warnings are retrieved in JDBC?
Can I use JDBC to execute non-standard features that my DBMS provides?
Does jpa use jdbc?
Is jdbc part of j2ee?
What is jdbc databasemetadata interface?
Which jdbc drivers will run your program?
Which is better odbc or jdbc?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
Give an example for getXXX method?
What is a jdbctemplate?
How can you retrieve data from the resultset using jdbc?