TravisLaborde
IS-IT--Management
I've run into a situation where I need to know when records in a database have been updated, but these updates are done using a ADO in an app that I have no control over.
I've already tested that I can add a field "DateLastModified" to the tables I'm interested in without breaking this app. What I now need to do is cause that field to be updated anytime the row is edited.
How would I do this, without having to modify the actual application making the updates in any way? Is it possible?
Thanks!
Travis
I've already tested that I can add a field "DateLastModified" to the tables I'm interested in without breaking this app. What I now need to do is cause that field to be updated anytime the row is edited.
How would I do this, without having to modify the actual application making the updates in any way? Is it possible?
Thanks!
Travis