Subject | Re: [firebird-support] Recording Error Trapped in Stored Procedure |
---|---|
Author | Thomas Steinmaurer |
Post date | 2012-12-02T09:22:29Z |
Marius,
your client transaction gets rolled back, you have to look into wrapping
the INSERT INTO statement into an autonomous transaction.
--
With regards,
Thomas Steinmaurer
http://www.upscene.com/
> I have used SQLSTATE to record the error state. I will then just go findIf you want to be sure that your log entry gets inserted, even in case
> the message for the SQLState on the internet.
your client transaction gets rolled back, you have to look into wrapping
the INSERT INTO statement into an autonomous transaction.
--
With regards,
Thomas Steinmaurer
http://www.upscene.com/