Hi,
Sorry for what *might* seem like a newbie question... <:-(
Are there built-in mechanisms to implement audit trails in
most RDBMS's? E.g., I *think* I can do this by creating a
bunch of triggers in PostgreSQL. (??) But, what about
things like MSAccess, MySQL, etc.?
I'm just looking for entries like:
record #, who, when
Thanks!
--don