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 use CallableStatement? specially how to use their index given ..
How many categories of jdbc drivers are there?
Why should we close database connections in java?
What are static and dynamic queries?
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?
How can I write to the log used by DriverManager and JDBC drivers?
Name the types of jdbc drivers.
callable is interface or class ?
How do I set properties for a JDBC driver and where are the properties stored?
What is odbc and jdbc?
How do I find whether a parameter exists in the request object?
Which type of driver is unique in jdbc?