Subject | Re: [IBO] TIBOQuery and selectable SP |
---|---|
Author | Paul Vinkenoog |
Post date | 2004-01-14T22:36:58Z |
Hi Ronan,
_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
> Made the changeIf you kept the line in the same place, you set RequestLive false
>
> RequestLive := false;
>
> but the problem is still there. Any other suggestions?
_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