phantom database in Vista
I have a C++/MFC based application that accesses a Microsoft Access database in the folder c:\Program Files\xxx\yyy.
In literally hundreds of other computers running XP, Vista, and 7; the application works just fine. But on one Vista machine, the apps reads the data from the database and it is completely different then what is actually in the da开发者_StackOverflow社区tabase if I access it via Microsoft Access. I delete the database from that folder and the application can still access this "phantom" database.
Does anyone have any recommendations?
Thanks
The %ProgramFiles%
folder is virtualized, see http://support.microsoft.com/kb/927387.
Is the data stored local to the user, or on a server somewhere? Does the data the program on Vista look like it's coming from somewhere else in your information storage database, or is it just making things up? Some information about structure might help us give you an answer?
精彩评论