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



On 9/23/2014 2:20 PM, Nathan Andelin wrote:
I believe the manual states that up to 300 Triggers can be configured per
File. The call order is *Before Triggers, then Constraints, then *After
Triggers.

In regard to business logic / validation in a trigger, if the design
were to have one before trigger for each business rule in a table, then
the first trigger to send an escape message will short circuit the rest
of the validations. If TRIGGER1 fails the validation, TRIGGER2 and
TRIGGER3 will not run. If a given transaction has multiple errors,
you'd only know about one at a time.

If the design were to put all the validation for a given table into a
single trigger then the trigger could send multiple diagnostic messages
before escaping out, thus informing the application of all of the
validation failures at once.

Under the Trigger Mediator concept, all calls are made to just one program
(the Mediator) which implements utility type plumbing then calls a Trigger
Handler which is specific to the File-Event in question.

Which could be for before or after triggers or both.
--buck


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.