View Single Post
  #4 (permalink)  
Old 09-30-08, 12:32
jmgrhm jmgrhm is offline
Registered User
 
Join Date: Sep 2008
Posts: 2
BEGIN ATOMIC is different in two ways. First, the operations are undone automatically (no ROLLBACK statement). Second, you are not undoing everything from the beginning of the transaction, but just to the beginning of the compound statement. This is most useful when you are doing EXCEPTION handling.
Reply With Quote