svennkjetil
Programmer
Hi.
I have a server A with some ASP-pages which shall access a MS Access database on another server B (company nettwork drive). In order to connect I normally would give the directory with the Access database the IUSR permissions.
But it is difficult for me to get the system administrators in the company to allow IUSR permissions. Instead I would like to connect to Access using my nettwork user (NA1234).
I tried the following:
oCon.Open "DRIVER={Microsoft Access Driver (*.mdb)};pwd=abcd;Uid=NA1234;DBQ=o:\db1.mdb"
- I got the usual message: "...It is already opened exclusively by another user, or you need permission to view its data."
The ASP-pages on server A shall be accessed from other collegues within the company nettwork.
Any suggestions?
Svenn Kjetil
I have a server A with some ASP-pages which shall access a MS Access database on another server B (company nettwork drive). In order to connect I normally would give the directory with the Access database the IUSR permissions.
But it is difficult for me to get the system administrators in the company to allow IUSR permissions. Instead I would like to connect to Access using my nettwork user (NA1234).
I tried the following:
oCon.Open "DRIVER={Microsoft Access Driver (*.mdb)};pwd=abcd;Uid=NA1234;DBQ=o:\db1.mdb"
- I got the usual message: "...It is already opened exclusively by another user, or you need permission to view its data."
The ASP-pages on server A shall be accessed from other collegues within the company nettwork.
Any suggestions?
Svenn Kjetil