B
Bettergains
Hello:
I realize this may involve our network (or security settings on my pc) but
perhaps jet has something to do with this. I am copying a .mdb file from a
file server on our intranet to my desktop. After the script has run, I open
the file, and immediately get this error:
"The Microsoft jet database engine stopped the process because you and
another user are attempting to change the same data at the same time.
In fact, no one is changing any data. There are no .ldb files open on
either the source or target destination. I am simply trying to open the file
that has been copied over to my target location.
For the .bat file i am using just the "dir" and "copy" commands;
for the .vbs:
Dim FSO (details)
Set FSO (details)
If FSO.FileExists (details)
FSO.CopyFile (details)
End if (details)
These both worked fine; now they don't. Any ideas?
I realize this may involve our network (or security settings on my pc) but
perhaps jet has something to do with this. I am copying a .mdb file from a
file server on our intranet to my desktop. After the script has run, I open
the file, and immediately get this error:
"The Microsoft jet database engine stopped the process because you and
another user are attempting to change the same data at the same time.
In fact, no one is changing any data. There are no .ldb files open on
either the source or target destination. I am simply trying to open the file
that has been copied over to my target location.
For the .bat file i am using just the "dir" and "copy" commands;
for the .vbs:
Dim FSO (details)
Set FSO (details)
If FSO.FileExists (details)
FSO.CopyFile (details)
End if (details)
These both worked fine; now they don't. Any ideas?