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 statement and preparedstatement in java?
What is jdbc driver in java?
What is the JDBC?
Where is jdbc url mysql?
Explain the two tier and three tier architecture of jdbc.
When do we get java.sql.SQLException: No suitable driver found?
What is odbc and jdbc in dbms?
Which jdbc drivers will run your program?
What are the advantages of database connection pooling?
What is in term of jdbc a datasource?
What are the differences between stored procedure and functions?
Is possible to open a connection to a database with exclusive mode with JDBC?
Is jdbc part of j2ee?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Why we use jdbc instead of odbc?