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 thin driver in jdbc?
what are the Different types of exceptions in JDBC?
How do I start debugging problems related to the JDBC API?
What is the fastest type of JDBC driver?
What is meant by dao?
Is oracle client required for jdbc connection?
What is odbc jdbc?
What is a lock in jdbc?
What is jdbc driver manager?
How can you load the drivers in jdbc?
What are the differences between setmaxrows(int) and setfetchsize(int)?
Jdbc-odbc bridge is multi-threaded or not?