drdexter33
Programmer
I recently saw this post that shows a script that is supposed to decompose a MS Access application into its constituent parts (VBA Scripts, et cetera):
Using this article, I wrote a .vbs script from the example in that post to decompose a .mdb MS Access file.
Problem is, when I run the script against the .mdb file, i get an error:
decompose.vbs(71, 5) (null): Microsoft Office Access can't open the database because it is missing, or opened exclusively by another user.
Well, it's not missing and it's not opened by another user. And there's no lock file associated with it.
Any idea what's going wrong, or is there an easier decompose our Access database for use in our versioning software?
PS: We are using Borland Star Team.
Thanks Much!
Doug Dexter
Using this article, I wrote a .vbs script from the example in that post to decompose a .mdb MS Access file.
Problem is, when I run the script against the .mdb file, i get an error:
decompose.vbs(71, 5) (null): Microsoft Office Access can't open the database because it is missing, or opened exclusively by another user.
Well, it's not missing and it's not opened by another user. And there's no lock file associated with it.
Any idea what's going wrong, or is there an easier decompose our Access database for use in our versioning software?
PS: We are using Borland Star Team.
Thanks Much!
Doug Dexter