Quote:
Originally posted by chris72
If you want, you can use QMF for generating the needed delete statement in the way decripted in the last post.
You select the keys and make punctual delete statements. It avoids lock.
Remember to use commit after every delete statement!!!!!!!!!
In this way if something goes wrong rollback takes just few second (to rollback the last update!).
Is it enough clear?
|
Thank you all (chris72,dahalkar_p,enherber,grofaty,dollar489,... ) for spending your time in this problem.
Chris could you please explain more (we do not have MQF) do you mean I declare cursor and use "with current cursor <corsur_name> in delete command, if not give me a small sample.
Thanks again