-
Hi there,
How to open an Access database 2000 by VB
residing in a folder with
these access-permission:
Can Read/Write
Can't create new file/folder
Can't delete
Everytime I call OpenDatabase command, it will create
a ldb file which is residing in that protected folder
(can't create new file).
Any solution ?
Thanks in advance
Keiko
-
FileCopy
Since you know the source database filepath, and it allow you to perform the read/write on it. So, may be you can copy the database into you application path before you open it? Will this be done?
-
No, because I want to keep only one copy of
mdb file (database). But anyway thank you for your
reply.
Any other suggestion ?
Keiko