Copy of Access mdb database being updated by live database
Posted
by
James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2011-01-13T13:43:51Z
Indexed on
2011/01/13
13:53 UTC
Read the original article
Hit count: 209
I'm trying to compute statistics for data held in an Access .mdb database. In order to avoid interfering with the live database, I'm working from a copy which I made by simply using copy-paste in Windows Explorer. The copy resides in the same directory, but with a different name.
I'm using R and RODBC to connect to the copy of the file. The strange thing is that new data that is being updated on the original live database is appearing in my queries. This is despite the file timestamps of the copy not changing at all. It is also causing some slowdown in the live database.
My understanding is that the .mdb files are standalone, or is this not the case? Should I have copied the database in a different way?
© Stack Overflow or respective owner