I'm making a system that can and will open on possibly 2 to 7 computers. There is concern in the following case:
In this situation the change that will prevail is that of PC4 that saved the card last, thus losing all data changed by PC1.
Which way can I use to check if the plug is already open? Taking into account that the database is on a local network.
Is there any clever and underperforming way of doing this? Without using database to make queries of type "if (EmUso == true)" .
Who knows some file, some direct communication between computers. Anyway, I accept suggestions to get around this problem.