Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Read only error - Beginning Active Server Pages 3.0 - ISBN 1-861003-38-2


Message #1 by "Garth Stewart" <garthe@q...> on Fri, 20 Jul 2001 08:45:34 -0700
I get the following error when running the script from Chapt 14 - Adding New

Records from "Beginning Active Server Pages 3.0"





"Error Type:

Microsoft JET Database Engine (0x80040E09)

Cannot update. Database or object is read-only.

/The_Site/WROX_Press/Ch14/AddNew.asp, line 21"



I am running this stuff on Windows 20000 Server / IIS 5.0.  What gives?



Message #2 by Phil Perks <philp@w...> on Fri, 20 Jul 2001 17:37:51 +0100
Hi,



Couple of things.  Have you tried right-clicking on the actual database file

and making sure it is ticked on "archive" and not "read-only"?  Also try

Right-clicking on the database file itself.  Select the "Security" tab. Give

write permission to everyone.



Phil Perks

Technical Support Manager

Wrox Press

<http://www.wrox.com/>

<http://www.asptoday.com/>



Be a part of the Programmer to Programmer community at http://p2p.wrox.com/ 

You'll find other Wrox readers discussing their programming interests



Programmer to Programmer (tm)



"It's not the destination, it's the journey"



-----Original Message-----

From: Garth Stewart [mailto:garthe@q...]

Sent: 20 July 2001 16:46

To: asp_databases@p...

Cc: support@w...

Subject: Read only error - Beginning Active Server Pages 3.0 - ISBN

1-861003-38-2





I get the following error when running the script from Chapt 14 - Adding New

Records from "Beginning Active Server Pages 3.0"





"Error Type:

Microsoft JET Database Engine (0x80040E09)

Cannot update. Database or object is read-only.

/The_Site/WROX_Press/Ch14/AddNew.asp, line 21"



I am running this stuff on Windows 20000 Server / IIS 5.0.  What gives?


  Return to Index