LarryH60
15 pts. | May 8 2009 7:51PM GMT
In this case, I’m not concerned with exactly which records are read, but rather how many are read. And that, I think, is the problem with tracking the number of opens and/or closes. I can tell a table was accessed, but I can’t tell how much was pulled (ie are they looking up a customer, or are they pulling a customer list?)
Philpl1jb
24610 pts. | May 10 2009 1:03PM GMT
You can add a read trigger the each table, it would call an RPGLE program whenever a record was called. It passes user info and the record which could log the access by record to a database file.
Phil






