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 benefits of PreparedStatement over Statement?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
How to rollback a JDBC transaction?
What is connection commit?
Give an example of code used for setting up connection with a driver.
What is data source in java?
What is JDBC Transaction Management and why do we need it?
What is JDBC Driver interface?
What is jndi lookup?
password, is stored in as plain text. What can I do to protect my passwords?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Give an example for execution of sql statement.
what happen if we set JDBC string to NULL?
Write a program JDBCcode forfetching student database with SQL.
What is jdbc thin client in oracle?