Answer Posted / shekhar
SQL Exception
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the difference between ojdbc6 and ojdbc7?
Can I use JDBC to execute non-standard features that my DBMS provides?
How can we store the file in the oracle database?
What are the different types of statements? How we can you use preparedstatement.
What are different types of JDBC Drivers?
Is jdbc a framework?
Explain what should be done when a SQL exception is raised?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
How we store procedure in oralce for callable statements in jdbc
What is the role of class.forname while loading drivers?
What is difference between jdbc and odbc?
How do I receive a ResultSet from a stored procedure?
Explain the life cycle of jdbc.
How many types of statements are there in jdbc?
Why would you use setautocommit(false) in jdbc?