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 |
How to get the Database server details in java program?
How can you make the connection using jdbc?
What are different types of JDBC Drivers?
What causes the "No suitable driver" error?
How vendor Naming registry supports JNDI?
What are JDBC statements?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is the difference between ExecuteUpdate and ExecuteQuery?
Where can I find ojdbc14 jar file?
What is @entity in java?
Is JDBC a language or Application?
What are the different types of classes in the api component?