Answer Posted / kalyan
while using jdbc, warnings can occur at any time
while getting connection
while creating statement
while getting resultset, at each , we can get using
getWarnings() method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jdbc and odbc in java?
How to update a resultset programmatically?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Name the method, which is used to prepare a callablestatement.
What is a jdbc connection pool?
Explain jdbc savepoint?
Discuss the significances of jdbc.
What does the connection object represents?
How to set NULL values in JDBC PreparedStatement?
Is there another way of dealing with the result set that could execute faster?
How we store procedure in oralce for callable statements in jdbc
What is jdbc driver in java?
What is @entity in java?
What is an encrypted internet connection?
What are four types of JDBC driver?