Subject Re: [ib-support] Deadlock and wait
Author Robert F. Tulloch
Hi:

> 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.

I guess that creates more traffic but no more than refresh.

So you use the nex/prev PK in your query? What if you delete a record?

Best regards