Operation must use an updateable query - local server error

Operation must use an updateable query - local server error

am 09.04.2007 20:38:49 von Stevio

I am using Windows XP Pro, and since I updated to Internet Explorer 7 I am
having problems getting web sites to work on my PC in Internet Explorer
using the local IIS web server. These web sites are using ASP and Access
databases.

The two errors I get are:
Operation must use an updateable query
or
Cannot modify the design of table 'TABLE_NAME'. It is in a read-only
database

Does anyone know how I can get this working so I can test my web sites
locally before uploading them to the live sites?

Thanks,
Stephen

Re: Operation must use an updateable query - local server error

am 09.04.2007 21:24:06 von reb01501

Stevio wrote:
> I am using Windows XP Pro, and since I updated to Internet Explorer 7
> I am having problems getting web sites to work on my PC in Internet
> Explorer using the local IIS web server. These web sites are using
> ASP and Access databases.
>
> The two errors I get are:
> Operation must use an updateable query
> or
> Cannot modify the design of table 'TABLE_NAME'. It is in a read-only
> database
>
> Does anyone know how I can get this working so I can test my web sites
> locally before uploading them to the live sites?

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.

Re: Operation must use an updateable query - local server error

am 11.04.2007 18:09:25 von Stevio

"Bob Barrows [MVP]" wrote
> Stevio wrote:
>> The two errors I get are:
>> Operation must use an updateable query
>> or
>> Cannot modify the design of table 'TABLE_NAME'. It is in a read-only
>> database
>>
>> Does anyone know how I can get this working so I can test my web sites
>> locally before uploading them to the live sites?
>
> http://www.aspfaq.com/show.asp?id=2062

Thanks Bob, I found the answers from that link, your help was much
appreciated.