Re: Tracking object state for auditing
From: James D Carroll (jamesdcarroll_at_hotmail.com)
Date: 07/09/04
- Next message: Dave Harris: "Re: Static vs. Dynamic typing (big advantage or not)---WAS: c.programming: OOP"
- Previous message: Jörn W. Janneck: "Re: Static vs. Dynamic typing (big advantage or not)---WAS: c.programming: OOP and memory management"
- In reply to: Mark Nicholls: "Re: Tracking object state for auditing"
- Next in thread: Mark Nicholls: "Re: Tracking object state for auditing"
- Reply: Mark Nicholls: "Re: Tracking object state for auditing"
- Reply: Graham Perkins: "Re: Tracking object state for auditing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 9 Jul 2004 14:23:27 -0400
Yes, the puprose of "tracking" would be to ultimately "audit" the changes
that are made. Unfortunately, creating triggers and the like is not
something the "powers that be" will allow.
"Mark Nicholls" <Nicholls.Mark@mtvne.com>
>
> track?
>
> if you mean simply audit.....
>
> A very very simple way to track changes to data in a database is to
> let the RDB create audit entries in a trigger.
>
> OO - no
> simple, clean and efficient - yes.
>
> obviously if you want to drive events off these changes, then may be
> better done, further up the chain.
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.717 / Virus Database: 473 - Release Date: 7/8/2004
- Next message: Dave Harris: "Re: Static vs. Dynamic typing (big advantage or not)---WAS: c.programming: OOP"
- Previous message: Jörn W. Janneck: "Re: Static vs. Dynamic typing (big advantage or not)---WAS: c.programming: OOP and memory management"
- In reply to: Mark Nicholls: "Re: Tracking object state for auditing"
- Next in thread: Mark Nicholls: "Re: Tracking object state for auditing"
- Reply: Mark Nicholls: "Re: Tracking object state for auditing"
- Reply: Graham Perkins: "Re: Tracking object state for auditing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|