I am thinking the answer is no, but the back of my mind says you can if done right.
What I am wondering is if another process has a file open. (For example Notepad, but for real purposes a database) That I would like to open and make a copy of (even if its in use, or in the midst of being updated)
Am I limited to how the other process opened the file? or would I have to open it first, and watch for changes to signal me to make this duplicate copy? or some other thing I could do that periodically I make a duplicate copy?
(Oh and for MCM.....this may be a perfect example for me to use your "Waitable Timer Object" as part of the code
I had not found a use to investigate this till now)
Reason I ask this is I am now running into problems with a program that my own prejudice I have long fought against using, but now its being used anyways, and twice in 3 days have resorted to the nightly backup to restore the database (minus all the hours since last backup), so until I can learn enough about databases I could "stop-gap" by making a backup each hour irregardless the current state of the file in use?
What I am wondering is if another process has a file open. (For example Notepad, but for real purposes a database) That I would like to open and make a copy of (even if its in use, or in the midst of being updated)
Am I limited to how the other process opened the file? or would I have to open it first, and watch for changes to signal me to make this duplicate copy? or some other thing I could do that periodically I make a duplicate copy?
(Oh and for MCM.....this may be a perfect example for me to use your "Waitable Timer Object" as part of the code

Reason I ask this is I am now running into problems with a program that my own prejudice I have long fought against using, but now its being used anyways, and twice in 3 days have resorted to the nightly backup to restore the database (minus all the hours since last backup), so until I can learn enough about databases I could "stop-gap" by making a backup each hour irregardless the current state of the file in use?
Comment