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 layer in communication?
How can you load the drivers in jdbc?
What are JDBC Best Practices?
What are the methods which can verify the cursor particular position?
What is the execute method in java?
What does the jdbc resultsetmetadata interface?
What is jdbc thin client?
How to find the column count in resultset?
Explain the steps in writing a java program using jdbc?
What is jdbc connection interface?
What is odbc. how is it related to sql cli?
How do java applications access the database using jdbc?