Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 28th, 2004, 12:06 PM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to naveedmustafa
Default ASP or Database error

Hi,

I am working on Beginning ASP 3.0 Ch. 15 naming "writing an application".

After filling text boxes in "Register.asp" when I click on "Submit Registration" button and url goes to "AddUser.asp"

I receive an error in AddUser.asp including "Clssfd.asp"

Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
/proj/AddUser.asp, line 13


and line 13 says "rsUsers.AddNew"

I don't know it's asp or database error. Will be thankful if anyone can help me.

Naveed

 
Old December 28th, 2004, 01:26 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 303
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Make sure that *IUSER_Machinename* (internet guest account) has write permission on the directory where your database is located.
 
Old December 31st, 2004, 08:57 AM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to naveedmustafa
Default

Many thanks for the assistance. I wanted to know the reason of the error that you explained me.

Naveed
 
Old December 31st, 2004, 01:28 PM
Registered User
 
Join Date: Dec 2004
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
quote:Originally posted by naveedmustafa
 Many thanks for the assistance. I wanted to know the reason of the error that you explained me.

Naveed
The 'internet user' account in your domain does not have r/w/x permission on the folder where your database is at. That causes your script to fail because it can not update the database.
'hope it helps.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Using "." while querying database..asp gives error Shuchik Classic ASP Basics 2 September 17th, 2007 02:47 AM
error with insertV.asp to database holyblast Classic ASP Databases 2 June 4th, 2007 09:28 AM
DataBase Error in ASP sadik Classic ASP Databases 1 March 14th, 2005 08:50 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.