Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Write permissions??

Reply
Thread Tools

Write permissions??

 
 
Cam
Guest
Posts: n/a
 
      05-30-2006
Can anyone help?

I am running asp pages linked to an Access database (2000 file format) on a
web site which works fine, both on the internet and on my local IIS.
My client has downloaded all the files to his laptop and the site falls over
whenever it tries to 'execute' update, delete or insert.
It's like he does not have write permission, but we have checked his
configuration against mine for Access and IIS and can see no difference.
I am running XP Pro SP2 and he is on SP1 - That is the only difference we
can find.
We have checked all the obvious (in my limited knowledge) things like files
are not set to read only etc.

One of the error he gets is "Operation must use an updateable query" but in
every case the query is trying to write direct to a table and I understand
that this error occurs when one tries to update a query with a calculated
field or similar.

Can anyone point me in the right direction?

TIA

Clive Moss


 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      05-30-2006
Cam wrote:
> Can anyone help?
>
> I am running asp pages linked to an Access database (2000 file
> format) on a web site which works fine, both on the internet and on
> my local IIS.
> My client has downloaded all the files to his laptop and the site
> falls over whenever it tries to 'execute' update, delete or insert.
> It's like he does not have write permission, but we have checked his
> configuration against mine for Access and IIS and can see no
> difference.
> I am running XP Pro SP2 and he is on SP1 - That is the only
> difference we can find.
> We have checked all the obvious (in my limited knowledge) things like
> files are not set to read only etc.
>
> One of the error he gets is "Operation must use an updateable query"
> but in every case the query is trying to write direct to a table and
> I understand that this error occurs when one tries to update a query
> with a calculated field or similar.
>

No, that's not the only cause.
http://www.aspfaq.com/show.asp?id=2062

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
 
 
 
Cam
Guest
Posts: n/a
 
      05-30-2006
That has solved it - it was the folder permissions way up the tree
somewhere.

Thanks, Bob

Clive Moss

"Bob Barrows [MVP]" <> wrote in message
news:...
> Cam wrote:
>> Can anyone help?
>>
>> I am running asp pages linked to an Access database (2000 file
>> format) on a web site which works fine, both on the internet and on
>> my local IIS.
>> My client has downloaded all the files to his laptop and the site
>> falls over whenever it tries to 'execute' update, delete or insert.
>> It's like he does not have write permission, but we have checked his
>> configuration against mine for Access and IIS and can see no
>> difference.
>> I am running XP Pro SP2 and he is on SP1 - That is the only
>> difference we can find.
>> We have checked all the obvious (in my limited knowledge) things like
>> files are not set to read only etc.
>>
>> One of the error he gets is "Operation must use an updateable query"
>> but in every case the query is trying to write direct to a table and
>> I understand that this error occurs when one tries to update a query
>> with a calculated field or similar.
>>

> No, that's not the only cause.
> http://www.aspfaq.com/show.asp?id=2062
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use Response.write to write to a specific area on a aspx pa =?Utf-8?B?QWJlbCBDaGFu?= ASP .Net 6 05-03-2006 10:16 PM
DVD Write speed - Not able to write at 8 speed Vincent Wonnacott Computer Support 1 09-16-2004 03:14 PM
write a union object using write JasBascom C++ 1 02-24-2004 08:18 AM
How to open a new console and write something out write printf() Peter Hansen C++ 1 08-24-2003 11:49 AM
How to open a new console and write something out write printf() Peter Hansen C Programming 1 08-24-2003 11:49 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57