Subject Re: [firebird-support] Re: Whole System Freezes
Author Ivan Prenosil
From: "Eduardo A. Salgado" <eas@...>
> What happens is that one user may enter data, s/he can see the data,
> the computer hangs (don't know why, FB, code?). The user Ctrl+Alt+Del
> from our application then goes back in. The data entered (sometimes
> a large purchase plan or hours of work) is not there <?>. This

Perhaps inappropriate transaction mode ?
e.g. WAIT instead of NO WAIT, combined with
READ COMMITTED NO RECORD_VERSION
instead of
READ COMMITTED RECORD_VERSION

Ivan