|
 |
asp_database_setup thread: Chapter 12
Message #1 by "Jon Cheng" <joncheng2000@y...> on Mon, 16 Jul 2001 01:36:00 -0400
|
|
I am having the same problem. I made sure everything was closed, then I
opened my connect.asp, but it still doesn't work. Any other ideas anyone?
(I have not had success with either SQL Server 2000 or Access)
> I think you're Movie2000.mdb is open. You need to close it. I dont
> know why it is shared exlcusively. Try closing first your access then
> try it again.
>
> =3D) God bless!!
>
> Enzo
> PrintMagic Trading
> ICQ# 36446068
> http://enzoy.cjb.net
> ----- Original Message -----
> From: German Arango B
> To: ASP Database Setup
> Sent: Tuesday, June 19, 2001 10:47 PM
> Subject: [asp_database_setup] Chapter 12
>
>
> I tried to run the "Try it Out - Displaying Data from a Data Store"
> and I
> get the following message:
>
> =B7 Error Type:
> Microsoft JET Database Engine (0x80004005)
> The Microsoft Jet database engine cannot open the
> file 'C:\datastores\Movie2000.mdb'. It is already opened exclusively
> by
> another user, or you need permission to view its data.
> /begasp/connect.asp, line 25
>
>
>
> Could you help to me?
>
>
> German
>
Message #2 by "Enzo" <enzo@t...> on Mon, 16 Jul 2001 22:03:28 +0800
|
|
Hello Jon, I'm only new to ASP but I have encountered problems also
using the example but I at the end I have made it run, so may be I can
help. Can you give me your code, may be the problem is in there.
enzaux c",)
----- Original Message -----
From: Jon Cheng
To: ASP Database Setup
Sent: Monday, July 16, 2001 1:36 PM
Subject: [asp_database_setup] Chapter 12
I am having the same problem. I made sure everything was closed, then
I
opened my connect.asp, but it still doesn't work. Any other ideas
anyone?
(I have not had success with either SQL Server 2000 or Access)
> I think you're Movie2000.mdb is open. You need to close it. I dont
=3D
> know why it is shared exlcusively. Try closing first your access
then =3D
> try it again.
>
> =3D3D) God bless!!
>
> Enzo
> PrintMagic Trading
> ICQ# 36446068
> http://enzoy.cjb.net
> ----- Original Message -----=3D20
> From: German Arango B=3D20
> To: ASP Database Setup=3D20
> Sent: Tuesday, June 19, 2001 10:47 PM
> Subject: [asp_database_setup] Chapter 12
>
>
> I tried to run the "Try it Out - Displaying Data from a Data
Store" =3D
> and I=3D20
> get the following message:
> =3D20
> =3DB7 Error Type:
> Microsoft JET Database Engine (0x80004005)
> The Microsoft Jet database engine cannot open the=3D20
> file 'C:\datastores\Movie2000.mdb'. It is already opened
exclusively =3D
> by=3D20
> another user, or you need permission to view its data.
> /begasp/connect.asp, line 25
>
>
>
> Could you help to me?
>
>
> German
>
Message #3 by Eli Schilling <eschilli@t...> on Mon, 16 Jul 2001 07:58:11 -0700
|
|
First thing I would check is how your web security is set up. If you are
using anonymous access then perhaps the IUSR account does not have
permissions to the Database. If you are using NT authentication make sure
the account you are using to test it has rights to the database.
-Eli
-----Original Message-----
From: Enzo [mailto:enzo@t...]
Sent: Monday, July 16, 2001 7:03 AM
To: ASP Database Setup
Subject: [asp_database_setup] Re: Chapter 12
Hello Jon, I'm only new to ASP but I have encountered problems also using
the example but I at the end I have made it run, so may be I can help. Can
you give me your code, may be the problem is in there.
enzaux c",)
----- Original Message -----
From: Jon Cheng
To: ASP Database Setup
Sent: Monday, July 16, 2001 1:36 PM
Subject: [asp_database_setup] Chapter 12
I am having the same problem. I made sure everything was closed, then I
opened my connect.asp, but it still doesn't work. Any other ideas anyone?
(I have not had success with either SQL Server 2000 or Access)
> I think you're Movie2000.mdb is open. You need to close it. I dont
> know why it is shared exlcusively. Try closing first your access then
> try it again.
>
> =3D) God bless!!
>
> Enzo
> PrintMagic Trading
> ICQ# 36446068
> http://enzoy.cjb.net
> ----- Original Message -----
> From: German Arango B
> To: ASP Database Setup
> Sent: Tuesday, June 19, 2001 10:47 PM
> Subject: [asp_database_setup] Chapter 12
>
>
> I tried to run the "Try it Out - Displaying Data from a Data Store"
> and I
> get the following message:
>
> =B7 Error Type:
> Microsoft JET Database Engine (0x80004005)
> The Microsoft Jet database engine cannot open the
> file 'C:\datastores\Movie2000.mdb'. It is already opened exclusively
> by
> another user, or you need permission to view its data.
> /begasp/connect.asp, line 25
>
>
>
> Could you help to me?
>
>
> German
>
|
|
 |