Application self aware of external database record modifications.
Posted
by Khou
on Stack Overflow
See other posts from Stack Overflow
or by Khou
Published on 2010-04-16T02:58:14Z
Indexed on
2010/04/16
3:13 UTC
Read the original article
Hit count: 223
How do you make your application aware that a database record was changed or created by an external application rather than the application itself?
Do you add a special check sum to the database record or what do you do to stop external changes to the database? (in case it was hacked and the hacker decides to add a new record or change an existing database record)
© Stack Overflow or respective owner