I am using c# winforms-MySql Server.
I have 12 values and in every hour I need to select one value from that 12 value list. Timer can easily select the number.
But the problem is I have 5 Terminal where the software is to be installed. They all will select a value from the list. The value can be same or different. But I need the select same value for all the terminal. I don't have any client-server facility because any terminal can be open or closed at any time.
Can MySql select a value from a list in every hour without any c# code? Any concept will be helpful. I don't need any code if you have a problem. Thanks