|
Sure. You can use database journaling over the file. I would choose this method if the number of changes were relatively few because it is easy to implement. If the number of changes to the file are high, especially if there are a lot of database cahnges that you do not want to log, you could use database triggers to notify you when the specific field is modified. It's a little more work than setting up journaling, but it allows you to be more selective in the data that you capture. HTH, jte Bart wrote: > Hi, > > We want to follow the data in a certain field of a file (suppliers bank > account number). Is there a way to implement some kind of audit trail on > system level; so everytime someone changes that field, a log gets updated > with userdata and the change ? > > Thanks for the help, > Bart Verweijen > Anco > > +--- > | This is the Midrange System Mailing List! > | To submit a new message, send your mail to MIDRANGE-L@midrange.com. > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. > | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: david@midrange.com > +--- -- John Earl johnearl@400security.com The PowerTech Group 206-575-0711 PowerLock Network Security www.400security.com -- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.