M
midnight
Guest
I 've tried to acess an Access 2000 database placed together with .mdw file on a read only network share. I am using VBA in Excel 2000 and OLE DB.
Do I have to have the write permission on that network share to access database only for reading ?
When I gave to myself a full permissions it works fine.
Here is connectionstring I am using.
Do I have to have the write permission on that network share to access database only for reading ?
When I gave to myself a full permissions it works fine.
Here is connectionstring I am using.
Code:
conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=V:\DBase\Base.mdb;
Jet OLEDB:System Database=V:\DBase\Groups.mdw;
user id=""odczyt"";
password=""odczyt"";"