Posts: 596
Threads: 75
Joined: Nov 2015
How can i check if there is a value changed in a column,forexample the column is updated through a website so the server doesnt know the data is updated,how can i check for it,i need an optimized way.
Posts: 233
Threads: 57
Joined: Jun 2011
Reputation:
0
Only way I can think of, is by having a loop (maybe every 10 minutes or whatever) in your server script, which checks the value in the database. Then compare that value with the value that is loaded into your variable in the script, and update.