|
 |
asp_web_howto thread: Jet Database
Message #1 by "Andrew Palmer" <palmer@a...> on Sun, 31 Mar 2002 06:06:09
|
|
I'm trying to open an MS Access database, but get the following message:
Error Type:
Microsoft JET Database Engine (0x80004005)
The Microsoft Jet database engine cannot open the
file 'C:\Inetpub\wwwRoot\BegASPFiles\Assignment3\Proj3db.mdb'. It is
already opened exclusively by another user, or you need permission to view
its data.
/begaspfiles/assignment3/default.asp, line 18
What does it mean "already opened," or "need permission...?" Where else
would I have opened it? What did I do to prevent access to its data?
Thanks
Message #2 by "Vincent Vandermeeren" <vinnie@j...> on Sun, 31 Mar 2002 09:27:12 +0200
|
|
What does it mean "already opened," or "need permission...?" => it means
that the database doesn't had the "change" permission.
Where else would I have opened it? => yes, the IIS opens it and your browers
also ...
What did I do to prevent access to its data? => give the IUSER also write
permissions
If you still have questions,
just shoot ...
Vinnie
----- Original Message -----
From: "Andrew Palmer" <palmer@a...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Sunday, March 31, 2002 6:06 AM
Subject: [asp_web_howto] Jet Database
> I'm trying to open an MS Access database, but get the following message:
>
> Error Type:
> Microsoft JET Database Engine (0x80004005)
> The Microsoft Jet database engine cannot open the
> file 'C:\Inetpub\wwwRoot\BegASPFiles\Assignment3\Proj3db.mdb'. It is
> already opened exclusively by another user, or you need permission to view
> its data.
> /begaspfiles/assignment3/default.asp, line 18
>
> What does it mean "already opened," or "need permission...?" Where else
> would I have opened it? What did I do to prevent access to its data?
>
> Thanks
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
|
|
 |