Autor: BobBob
Data: 2016-07-19 23:20:19
|
I have an Access database that I like to update each time it is run. Easy to do with a BAT file when only one user is on a PC, I just copy the file to the local directory and run it.
I wan to be able to do the same thing with winflector. I cannot use the same approach as once one user opens the file, it will be open and therefor locked to the 2nd user. I need to copy the updated file to some winflector file location that is unique to the current winflector.
How?
Bob
|
Autor: Mirek (staff)
Data: 2016-07-21 14:11:01
|
I do not understand what exactly you want to do. If you need to make each user working on his own copy of the database, just create different folders for every user and publish application for each user separately with different working directories.
|
Autor: BobBob
Data: 2016-07-21 15:11:37
|
Yes that would work but seems like a lot of setup.
I was hoping for something like part of the wfmount directory would be a virtual directory, but local, available during the session only, where user specific data could be stored. And I can't use a directory on the client PC , available via winflector, as sometimes the client has drives mapped which are not available or loaded and that causes lots of warning/error messages.
Bob
|
Autor: Mirek (staff)
Data: 2016-07-22 11:08:56
|
Maybe you could create a directory using user name or process id as a directory name on start session and delete it when the session ends?
|