How to find that, a row is updated or not?
Answers were Sorted based on User's Feedback
Answer / dipesh
when u run executeupdate() it return int if 1 return then
row updated oyherwise not.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bln
executeUpdate() method returns an int value. This int
value is no of rows updated by the given query. If no rows
update, then it returns zero.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is hbm xml?
What are the different classes through which JDBC represents statements?
How do we load the drivers?
What is jdbc stand for?
What do you mean by database connection pooling?
What are the different types of statements in jdbc?
How to check jdbc connection in java?
What are statements in JAVA ?
Name the types of jdbc drivers.
Does jdbc use ssl?
Differentiate between stored procedure and functions?
What is getconnection method in java?