RowSet_Previous1
  • Previous displays the  row before the reference  row
Code: RowSet_Previous1.txt
Result:

 String sqlx = "UPDATE CUSTOMER1 SET sal= 3500.25 WHERE id = 101";

Previous coul;umn to id=101; would show changes


Now set it back to 1800.25