What is the path to the DB in XP?
Main Topics
Browse All TopicsI have a Visual Basic 6 app using an embedded Access DB. The package is distributed with a Astrum Installer. The app appears to install properly in a x86 folder on Vista; however, I have no idea what Vista is doing with the records being generated. The Access DB remains empty! Evidently Vista has copied the Access DB structure somewhere else and is somehow connecting with it, but I know not where. Where is the data?
Incidentally, this app has a back door SQL Editor which I wrote and only I have access to. The SQL Editor is the only part of this app which appear not to work on Vista.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Interesting that you should ask. All that I've ever needed to do to embed the app.MDB is to include it in the application folder and connect with
Set db = DBEngine.OpenDatabase(strD
Where strDBName is the full path name. That's exactly what I installed on a Vista computer. The program runs, it saves records, but the app.MDB remains empty. I have been unable to locate where the records are stored, nor how Vista managed to recreate my schema in some other type of DB. I've searched to no avail for another copy of the DB. (I copied the entire app.MDB back to my XP-Pro machine to open, and found it empty.)
I won't be able to get my hands on the Vista computer in question until Wednesday, so I'll be slow to respond next time.
Business Accounts
Answer for Membership
by: cantorisPosted on 2009-09-20 at 06:41:11ID: 25377204
Launch the app by right-clicking and RunAs Administrator - does that help it work?
om/en-us/s ysinternal s/ bb896645 .aspx
This is the sort of weird problem I usually try and diagnose with Process Monitor - look for any "Access Denied" errors:
http://technet.microsoft.c