Answer Posted / 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 |
Post New Answer View All Answers
What are the new features added to JDBC 4.0?
When do we use execute method in java jdbc?
Describe odbc?
Is it possible to connect to multiple databases simultaneously?
How many ways that we can view a result set?
Why did my jdbc code throw a rollback sqlexception?
Why do we need jdbc api?
What is meant by jdbc and odbc?
Which is better jpa or jdbc?
What does the jdbc databasemetadata interface?
How can I connect mysql or oracle with java?
Explain about the drive manager class working?
Explain about column name and getter method?
Is odbc an api?
Give steps to connect to the db using jdbc?