Help for this page

Select Code to Download


  1. or download this
    eval {
      $sth_1->execute;
    ...
    } else { 
      $dbh->commit; 
    }
    
  2. or download this
    ALTER PROCEDURE sp @foo VARCHAR(250), @bar VARCHAR(250) AS 
    
    ...
    UPDATE someother nonsense
    
    COMMIT TRAN