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 are the 4 types of jdbc drivers?
How to handle when the database crashes while reading the data from the database?
What is Normalization?
2 Answers Accenture, Atos Origin,
How to check jdbc driver version in websphere?
Is the JDBC-ODBC Bridge multi-threaded?
List the common jdbc exceptions ?
What is addbatch jdbc?
What does executeupdate return in jdbc?
callable is interface or class ?
How to get a whole row of data at once?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
What is xe in oracle jdbc url?