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 java programming?
What are the Isolation level in JDBC transaction?
What is metadata in jdbc?
What is jndi lookup?
How many locking systems are there in jdbc?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is jdbc and its advantages?
What is the use of dialect?
how do we get the connection from connection pool
What are the functions of the jdbc connection interface?
What are the considerations for deciding on transaction boundaries?
How to check jdbc driver version in websphere?