Subject Re: [IBO] TIBOQuery and selectable SP
Author Paul Vinkenoog
Hi Ronan,

> Made the change
>
> RequestLive := false;
>
> but the problem is still there. Any other suggestions?

If you kept the line in the same place, you set RequestLive false
_after_ preparing. Is it true on your DFM? Then the prepared statement
is sent to the server with "FOR UPDATE" added. Try to set RequestLive
false on your form and remove the code line, or at least move the
RequestLive line before the prepare line.

I'm not saying that this is causing your problem, but it might.


Greetings,
Paul Vinkenoog