Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 20230 invoked from network); 4 Oct 2010 20:51:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Oct 2010 20:51:33 -0000 Received: (qmail 67199 invoked by uid 500); 4 Oct 2010 20:51:33 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 67134 invoked by uid 500); 4 Oct 2010 20:51:32 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 67127 invoked by uid 99); 4 Oct 2010 20:51:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 20:51:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaddu-derby-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 20:51:24 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P2rzw-0001Y9-PW for derby-user@db.apache.org; Mon, 04 Oct 2010 22:51:00 +0200 Received: from p4FD3A52D.dip.t-dialin.net ([79.211.165.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 22:51:00 +0200 Received: from Thomas.K.Hill by p4FD3A52D.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 22:51:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: derby-user@db.apache.org From: Thomas Subject: IJ scipts - stop execution and rollback in case of error Date: Mon, 4 Oct 2010 20:50:53 +0000 (UTC) Lines: 7 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.211.165.45 (Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729)) Hi, is there a way to make scripts stop (and the transaction rollbacked) when an error is thrown rather than IJ just continuing the execution with the next statement? Thanks