damaldon
Joined: 29 Aug 2004 Posts: 3
|
Posted: Sat Mar 18, 2006 8:11 am Post subject: Trigger problem |
|
|
Hi, my problem:
I have triggers for validate data (insert and update triggers), when invalid data for columns in a record occurs, the trigger make a rollback, raise an error and return..., in my source code i use applyupdates function, but this method when the trigger its detonated does not return me an error and same occurs in the reconcileerror event, the data are not stored on db, but i cant determinate if a fail occurs; i have made tests via BDE and on applyupdates or reconcileerror, BDE return to me the error raised by the trigger, , please, i need help. |
|