Hiya guys.
I have to add multi-user functionality to an app I have wtitten,
the problem I am having is that all users are accessing the
current data file when the server (on which the data file lives)
needs to move all records to another data file every 20 mins.
How can I tell all copies of my app that are running to get out
of the current data file, or kick them out after a delay. The app
is run from the server so the only thing on the work station is
a shortcut to the EXE on the server.
This is driving me nuts.
I have to add multi-user functionality to an app I have wtitten,
the problem I am having is that all users are accessing the
current data file when the server (on which the data file lives)
needs to move all records to another data file every 20 mins.
How can I tell all copies of my app that are running to get out
of the current data file, or kick them out after a delay. The app
is run from the server so the only thing on the work station is
a shortcut to the EXE on the server.
This is driving me nuts.
Comment