Subject | [IBO] Re: EIB_DatasetError deleting row |
---|---|
Author | Ed Dressel |
Post date | 2007-10-10T15:06:52Z |
> You would usually get this sort of error if your application logicIn this case the record exist prior to the application starting.
> 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.