Hi,
I have a system which works as follows.
There is a database field that I as the admin make changes to.
Then users through a query, systematically check every 3 seconds whether a change has been made.
However, there is an error point. If the user checks the field at the same time I amend the field there is a clash and this causes an error on the system.
Is there a way to change the system so that if the field is being amended a check by the users is not made?
Perhaps beforeQuery() can be used, but I am unsure after looking through the texts for this
Thanks,