When you will get error like ?No suitable driver??

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


Please Help Members By Posting Answers For Below Questions

What are the benefits of PreparedStatement over Statement?

618


The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?

1762


How to rollback a JDBC transaction?

653


What is connection commit?

588


Give an example of code used for setting up connection with a driver.

593






What is data source in java?

605


What is JDBC Transaction Management and why do we need it?

622


What is JDBC Driver interface?

661


What is jndi lookup?

608


password, is stored in as plain text. What can I do to protect my passwords?

587


What is jdbc? Describe the steps needed to execute a sql query using jdbc.

582


Give an example for execution of sql statement.

605


what happen if we set JDBC string to NULL?

3036


Write a program JDBCcode forfetching student database with SQL.

664


What is jdbc thin client in oracle?

570