Feb 8, 2002 #1 singularity Programmer Joined Jun 4, 2002 Messages 5 Location US Simple question: If a trigger fails, ie causes an error, will the INSERT statement that fired it be rolled back?
Simple question: If a trigger fails, ie causes an error, will the INSERT statement that fired it be rolled back?
Feb 8, 2002 #2 RickCole Technical User Joined May 9, 2001 Messages 349 Location GB Yep the insert statement will also be rolled back. Rick. Upvote 0 Downvote