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 |
why we don't use the type 2 driver for connect to the database in jdbc?
What do you mean by batch processing in jdbc?
Difference between Generic Servlet and HTTP Servlet?
What are the flow statements of jdbc?
Does jpa use jdbc?
What are the higher level apis under development on top of jdbc currently?
What are the different types of locking in JDBC?
What is jdbc type?
What are the differences between execute, executequery, and executeupdate?
What is addbatch jdbc?
Why do we need jdbc api?
How to check jdbc driver version in websphere?