Thanks Thorsten,
I was afraid, that this will be that way.
I reflect if a trigger will be the right way to code the business logic in.
We currently use maxdb as backend with PHP in front.
Doing single statements i can log / trace every error on the application side even in production to find out if some strange data is processed we don't expected to catch.
I will try to put some of the logic in to DB-procedures or DB-functions to gain some perfomance an relyability through this.
But it would be a great help, if on the Server Side every Statement which results in an error - even syntactical - could be logged.
also in procedures and triggers.
any chance of that ?
Regards
Jens-Peter