× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I understand but it is still worth doing the commit/rollback in your rpgle using that sql code.

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Ashish Kulkarni
Sent: 23 June 2010 14:56
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
Our each SP will have a monitor statement and apart from resultset each SP will return on output parameter which will have SQL code, so if the SQL code indicates that it is a error we will call rollback from jdbc connection.


On Wed, Jun 23, 2010 at 4:55 AM, Murali Rao < Murali.Rao@xxxxxxxxxxxxxxxxxxxxx> wrote:

I have not heard of using commit/rollback from Java to i5. Why do you
want to commit/rollback from java client? This should be in database.
How do you know your SPs are successful?
Most of the time the resultset returns true even though you have an
issue with SP.
All your SP jobs run in specific i5 sbs, if any job goes to msgw, then
you will never know from java.
In our app, we tried to introduce timeout but that is not working.
You can monitor errors and success in your sqlrpgle and then take a
decision to commit or rollback.

Murali.

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:
java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Ashish Kulkarni
Sent: 22 June 2010 20:43
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 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

On Tue, Jun 22, 2010 at 1:12 PM, Charles Wilt <charles.wilt@xxxxxxxxx
wrote:

Note, you need to really think about if you really want to call
COMMIT / ROLLBACK in the stored procedure or not.

There's many arguments for allowing the client code to do the
COMMIT/ROLLBACK.

Charles



On Tue, Jun 22, 2010 at 11:01 AM, Murali Rao
<Murali.Rao@xxxxxxxxxxxxxxxxxxxxx> wrote:
In your RPG, after your sql statement (update,insert,delete) (I
think
you are using embedded sql here..) you will have to get the status
id and then check the status and either do commit or rollback..
You can have sql embedded code & rpg together in sqlrpgle

You can also writer free format sql...

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:
java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Ashish Kulkarni
Sent: 22 June 2010 15:46
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
we are using SQL, to insert or update in files, there is no F Spec
at
all, it is all SQL.


On Tue, Jun 22, 2010 at 10:31 AM, Charles Wilt
<charles.wilt@xxxxxxxxx
wrote:

You'd have to open the file under commitment control, use the
COMMIT keyword on the file's f-spec.

HTH,
Charles


On Tue, Jun 22, 2010 at 9:57 AM, Ashish Kulkarni
<ashish.kulkarni13@xxxxxxxxx> wrote:
Hi
Is there any document or can anyone give any ideas if i have
bunch of
stored
procedures in RPGLE, how can i commit and rollback from java
when calling them using JDBC,

For example, we have a SQLRPGLE program which does insert into
a table,
we
create a SP with this SQLRPGLE program as external program, we
are able
to
call this SP from java using callabalestatement, Now we would
like to add commitment control, in java i would add
connection.setAutoCommit(false);,

is there anything i have to do when compiling this RPGLE program?
is
there
parameter which i have to set when creating stored procedure



--
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.


--
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@xxxxxxxxxxxxxx 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.

--
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.


--
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.



--
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.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.