Forum Post: RE: Using the before-image and after-image to create user notes?

  • Thread starter Thread starter rayherring
  • Start date Start date
Status
Not open for further replies.
R

rayherring

Guest
One way (not necessarily the best way) is that you could set up a DB trigger on the table in question. If you edit the table schema, there is a thing in there for editing triggers for that table, one of them is for when the data is updated. Doing that, regardless of how the data was updated (SQL, ODBC, Web Client, .NET Client, etc...) the database sees the update and executes the trigger.

Continue reading...
 
Status
Not open for further replies.
Back
Top