Subject Re: [IBO] Record not located to update
Author Andreas Pohl
Hi Ed,

> A user got a "record was not located to update" exception. I don't
> know what dataset it was on or why nor am I able to reproduce it. I
> do have m/d datasets. What might I be doing wrong?

this will happen if e.g. trigger will change pk value of posted set. You
can avoid this by assigning pk value at client side
(TIB_Query.GeneratorLinks).

--
Andreas