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



No. People commonly make this error. They make a trigger program and
assume the only updates to the table are coming from their ERP package
from some 5250 or batch program. That program normally feeds down from
some initial program which sets up the library list and what not. Some
even go so far as to assume that all updates occur from some interactive
program and they send out a display message. So, they test it using only
this idealized condition. Then the first time someone updates the file
using Excel or iNav's Run Sql Scripts all heck breaks loose. What you
could do is read the parameters of the trigger program. If the parameter
which tells you what schema the table is in says TESTLIB then hopefully
your application has either a job description or data area in that schema
that it can read to set the library list.

Granted, 10,000 trigger actions each preceeded by computing and setting
the library list can be a small drag on performance. So, someone will
tell you to put all trigger actions on to a data queue. So, you still
have to read the schema parameter on the trigger program to make sure you
put the entry on the right data queue.


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.