Allow Empty-dataset()/empty-temp-table While Tracking-changes Is True

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
Currently you can't use EMPTY-DATASET()/EMPTY-TEMP-TABLE() while TRACKING-CHANGES is true. I want to do just that: empty a dataset and be able to either accept that (ACCEPT-CHANGES()) or revert to the previous state (REJECT-CHANGES()). I can loop over all temp-tables and records and delete them manually, but using the above methods (perhaps with an extra parameter to force this while TRACKING-CHANGES is true) is easier. While TRACKING-CHANGES is true, the before table should offcourse not be emptied (that would defeat the purpose).

Continue reading...
 
Status
Not open for further replies.
Back
Top