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...
Continue reading...