|
Bad idea...
You're introducing a order dependency where none may have been there
before.
The accepted solutions
1) Have a wrapper stored procedure that calls the other 10 then does
commit/rollback
2) Allow the client to do the commit/rollback
There's pluses and minus to each way...
Charles
On Wed, Jun 23, 2010 at 11:57 AM, Murali Rao
<Murali.Rao@xxxxxxxxxxxxxxxxxxxxx> wrote:
Writer your commit/rollback code in your last SP.for errors, if error then rollback...or commit.
Let all other SP executes and writes to Journal... In your last SP, check
All your SPs should be in line with this transaction.. In general, dataare committed or rolled back as a transaction..
java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Ashish Kulkarni
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:
Sent: 23 June 2010 16:44SQLRPGLE from java using JDBC
To: Java Programming on and around the iSeries / AS400
Subject: Re: Commit and rollback when calling stored procedure written in
JDBC because i can call 10 SP one after other and then rollback them all if
Hi
I already have tables journled, i would like to commit and rollback from
there is any issue in the last SP,
(JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxxxx subscribe, unsubscribe, or change list options,
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:
HiFor commit/rollback to work over JDBC, the table(s) must have
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
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
visit: http://lists.midrange.com/mailman/listinfo/java400-lmoment to review the archives at http://archive.midrange.com/java400-l.
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a
Registered Number: 354568 England
Consider the environment and think before you print this email.
Registered Address: Fortis House Tollgate Eastleigh Hampshire SO53 3YA
Authorised and regulated by the Financial Services Authorityonly and may be private and confidential. If you are not the intended
This e-mail together with any attachments are intended for the addressee
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.
(JAVA400-L) mailing list
Consider the environment and think before you print this email.
--
This is the Java Programming on and around the iSeries / AS400
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.
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.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.