When we run a update query we get prompt saying that ‘these many records are going to be updated. do you want to continue’ is it possible to capture the value in the prompt message to a variable i.e the number of records going to be updated.
Share
If you run the query from code, you can use the records affected property:
If you use a transaction, you can rollback.