User input and Automated input seperation
Posted
by
tpaksu
on Programmers
See other posts from Programmers
or by tpaksu
Published on 2012-03-24T11:46:57Z
Indexed on
2012/03/24
17:37 UTC
Read the original article
Hit count: 227
I have a mysql db and I have an automation script which modifies the data inside once a day. And, these columns may have changed by an user manually. What is the best approach to make the system only update the automated data, not the manually edited ones? I mean yes, flagging the cell which is manually edited is one way to do it, but I want to know if there's another way to accomplish this? Just curiosity.
© Programmers or respective owner