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 is JDBC RowSet? What are different types of RowSet?
What do you mean by metadata and why we are using it?
What is use of connection pooling?
What is resultset?
What is a JDBC 2.0 DataSource?
What are the measures to connect to the db using jdbc?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is the difference between jdbc and jndi?
What are the functions of the jdbc connection interface?
What is jdbc and explain jdbc architecture?
What is com mysql jdbc driver?
What is JDBC Driver interface?
Explain the difference between resultset and rowset in jdbc
What is jdbc and jdbc drivers?
How can we execute stored procedures?