|
Sorry, you said they were RPGLE procedures and later you said
SQLRPGLE...I missed that.
In that case, you need to make sure the program isn't compiled with
COMMIT(*NONE). You can control that on the CRTSQLRPGI command itself
or better yet use
exec SQL
set option commit = *CHG;
In the source.
HTH,
Charles
On Tue, Jun 22, 2010 at 10:46 AM, Ashish Kulkarni
<ashish.kulkarni13@xxxxxxxxx> wrote:
Hiall,
we are using SQL, to insert or update in files, there is no F Spec at
it is all SQL.calling
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:
Histored
Is there any document or can anyone give any ideas if i have bunch of
procedures in RPGLE, how can i commit and rollback from java when
table,them using JDBC,
For example, we have a SQLRPGLE program which does insert into a
ablewe
create a SP with this SQLRPGLE program as external program, we are
(JAVA400-L)to
call this SP from java using callabalestatement,there
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
parameter which i have to set when creating stored procedure(JAVA400-L) mailing list
--
Ashish
www.ayurwellness.com
www.mysoftwareneeds.com
--
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 listmailing 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
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.