Writer your commit/rollback code in your last SP.
Let all other SP executes and writes to Journal... In your last SP, check for errors, if error then rollback...or commit.
All your SPs should be in line with this transaction.. In general, data are committed or rolled back as a transaction..
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Ashish Kulkarni
Sent: 23 June 2010 16:44
To: Java Programming on and around the iSeries / AS400
Subject: Re: Commit and rollback when calling stored procedure written in SQLRPGLE from java using JDBC
Hi
I already have tables journled, i would like to commit and rollback from JDBC because i can call 10 SP one after other and then rollback them all if there is any issue in the last SP,
Ashish
On Wed, Jun 23, 2010 at 11:14 AM, Thorbjoern Ravn Andersen
<ravn@xxxxxxxxxx>wrote:
Den 22/06/10 21.43, Ashish Kulkarni skrev:
Hi
I want to commit or rollback from java, for example i will call
SP1, SP2 and SP3, and once they are successfull then call
connection.commit(); or connection.rollback();
I do not want to commit or rollback from stores procedure Ashish
For commit/rollback to work over JDBC, the table(s) must have
journalling enabled if I recall correctly. This must be done on the
server side.
--
Thorbjørn Ravn Andersen "...plus... Tubular Bells!"
--
This is the Java Programming on and around the iSeries / AS400
(JAVA400-L) mailing list To post a message email:
JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/java400-l.
--
Ashish
www.ayurwellness.com
www.mysoftwareneeds.com
--
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/java400-l.
Consider the environment and think before you print this email.
Registered Address: Fortis House Tollgate Eastleigh Hampshire SO53 3YA Registered Number: 354568 England
Authorised and regulated by the Financial Services Authority
This e-mail together with any attachments are intended for the addressee only and may be private and confidential. If you are not the intended recipient, or the person responsible for delivering it to the intended recipient, you must not open any attachments, or copy, disclose, distribute, retain or use this e-mail, including any attachments, in any way whatsoever; please return it to us immediately using the reply facility on e-mail.
Consider the environment and think before you print this email.
As an Amazon Associate we earn from qualifying purchases.