Sergio Sette
Member
In my database I have defined some deferrable integrity constraints. These are not applied until the use commits the transaction and not when the record is postes.
Usually i handle database errors with the onPostError event but in this special case the event simply doesn't fires.
What is the best approach to handle errors generated by deferrable constraints ?
Regards
Usually i handle database errors with the onPostError event but in this special case the event simply doesn't fires.
What is the best approach to handle errors generated by deferrable constraints ?
Regards