|
you
Hi Jerry
Alternatively if you want the *DELETE trigger to run for each record
could use SQL to delete every record in the file:[mailto:rpg400-l-bounces@xxxxxxxxxxxx]
DELETE FROM library/file
Hope it helps
Jonathan
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
On Behalf Of Captain Jerryphysical
Sent: 24 April 2007 05:31
To: RPG programming on the AS400 / iSeries
Subject: Re: Triggers prevent requested operation
Hmmmm... Thanks Simon.... I'm going to have to think about this.
Jerry
On 4/23/07, Simon Coulter <shc@xxxxxxxxxxxxxxxxx> wrote:
well,
On 24/04/2007, at 12:54 PM, Captain Jerry wrote:
I have a Trigger on a file which fires on a Delete Record. All's
unless I do a Clear Physical File Member (CLRPFM) ~ The Trigger
doesn't like
that.
It's not the TRIGGER that doesn't like it--it's the SYSTEM. The
presumption is that IF you added a *DELETE trigger then you probably
want it to fire for every record deletion. Because CLRPFM does not
DELETE records but rather truncates the data space there is no
trick,delete operation thus the trigger won't fire. If the trigger isn't
fired how can the trigger program perform whatever action you desire
when a delete occurs. Nett result is that some operations are not
allowed on a file that has a trigger.
#3 is my problem. How can I get around this? There must be a
thebut I
can't find one.
You can't CLEAR a file with a *DELETE trigger so do what the message
help text tells you and remove the trigger, clear the file, and add
practice--simplytrigger back again. NOTE: I am not recommending this
mailingtelling you how you can accomplish it.
Regards,
Simon Coulter.
--------------------------------------------------------------------
FlyByNight Software OS/400, i5/OS Technical Specialists
http://www.flybynight.com.au/
Phone: +61 3 9899 0985 Mobile: +61 0411 091 400 /"\
Fax: +61 3 9899 0985 \ /
X
ASCII Ribbon campaign against HTML E-Mail / \
--------------------------------------------------------------------
--
This is the RPG programming on the AS400 / iSeries (RPG400-L)
listairspace.
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
--
Sci-Fi Movie Survival Tips...
#21 Never mate with an alien, No matter how hot it is.
#22 If you discover that you can fly, Don't do it in commercial
#23 If you can see bits of flesh caught in it's teeth, You're standingtoo
close.help.
#24 If a giant asteroid is heading for Earth, Duck and cover won't
#25 When building a robot don't give it a brain, And if you do don'tgive
itlist
a weapon.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
To post a message email: RPG400-L@xxxxxxxxxxxxlist
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-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.