Subject Re: [ib-support] Deadlock and wait
Author Woody
From: "Robert F. Tulloch" <tultalk@...>
Sent: Friday, July 27, 2001 10:31 AM
> One thing I do notice is that open two instances, have first on first
record,
> second on second record. Update second/second record. Scroll first to
second record
> and it is not the updated
> version. I guess doing a refresh before edit and refresh on scroll would
solve that
> but that is absurd.

I don't have this type of problem because my queries only pull one record.
When I "scroll" to the next/prev record, I execute an IB internal procedure
to return the next PK and use that in my query so it gets opened/closed each
time I move positions.

Woody