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 meant by connection string?
How many rowset are available in jdbc?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What are the advantages of collection pools?
What are the differences between resultset and rowset?
What is an advantage of using the jdbc connection pool?
How do I start debugging problems related to the JDBC API?
What is CLOB and BLOB datatypes in JDBC?
what is metadata and it's use?
What is JDBC ResultSet?
What is the function of drivermanager class?
What is DML?