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 standard isolation levels defined by JDBC?
How do I connect to jdbc?
Is jdbc connection secure?
Under what circumstances, that all four drivers are used?
What is Type-2 Driver and when this driver is used?
What is xe in oracle jdbc url?
Describe the steps needed to execute a sql query using jdbc.
When you will get error like ?No suitable driver??
Briefly tell about the jdbc architecture.
What are different types of ResultSet?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Result set’s index starts with 0 or 1?