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...
Continue reading...