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 |
RowSetInternal caller and returns void. What can I do in the readData method?
How warnings are retrieved in JDBC?
What is database connection pooling? Advantages of using a connection pool?
How a database driver can be loaded with jdbc 4.0 / java 6?
What is jdbc class forname?
How is database middleware used to access legacy databases?
What is jndi lookup?
Is possible to open a connection to a database with exclusive mode with JDBC?
How to execute bulk number of queries at once?
What packages are used by jdbc?
What are cursor attributes?
what is rowset?