Subject Re: [IBO] IBOTable: Record not located for update
Author Robert Osowiecki
Robert Osowiecki wrote:

>What can be the reason for this error when using plain IBOTable? No
>Keylinks or other funny stuff...
>
>R.
>
>
>
I found the reason. The key field is generated by the trigger from
generator. Since BDE required, that it should have a value, I put 0. It
seems that unlike BDE, IBObjects do not read back the generated value...
Is there a way to make it do that?

R.