Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update Local file based on time modified comparison
#3
Why not just have QM monitor the file with a trigger and then have it copy on change? This way you would always get the fresh copy immediately on change. This is unless you are not always on the network (e.g. Laptop)


Perhaps just test for any change for the server copy use the registry to store values (in words, I'm on a computer without QM) :
rdate = registry date modified from last copy
ndate = date modified of network database
If rdate is empty or !rdate=ndate
,then copy network database to local machine
,write ndate to the registry


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)