Subject Re: [IBO] Re: EIB_DatasetError deleting row
Author Helen Borrie
At 10:39 AM 10/10/2007, you wrote:
>should have added: I closed the window the grid is in, reopened it
>(which recreates everything) and then it deleted just fine.
>
>Ideas? Sometimes my users send me errors similar to this and I have no
>idea on how to track this down.

You would usually get this sort of error if your application logic
allows users to both insert and delete the same record inside the
same transaction. Failing to prevent this kind of application flow
has the potential to raise other exceptions as well, including the
"Too many savepoints" one.

Helen