[MySQL] Check For Change
#1

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.
Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)