Subject Re: [firebird-support] Firebird/ASA/Clarion
Author Aage Johansen
On Thu, 1 Apr 2004 20:42:15 +0000 (UTC), Martijn Tonies wrote:

>> ...
>
> I really really really like rollback/commit. I once almost did just the
> above.
> On a remote production database, after a customer request, I ran:
> DELETE FROM ORDERS <Run!>
>
> I then noticed quite a long run-time (cascading deletes yada, yada, yada)
> ...
> ... ...
>
> Next: "woops!!"
>
> Finished the run, pressed "Rollback".
>
> Changed the statement to:
>
> DELETE FROM ORDERS
> WHERE ORDERNR = <nr>
>
> And used Run! again. That helped ;-)


Did we hear a sigh-of-relief here ?


--
Aage J.