Subject Re: [firebird-support] Re: enumeration table question
Author Ann W. Harrison
Stan wrote:
>
> ...I want to revert the transaction at this point and try
> again, instead of wasting time by processing the rest of the 190
> inserts and then getting a "conflict" when I commit.
>

Since Firebird doesn't do deferred (aka commit-time) constraints,
you'll always get the error on the record where it occurs, never
on the commit.


Regards,


Ann