Cannot update. Database or object

Cannot update. Database or object

am 03.11.2004 04:07:03 von darn

Why is this error occurs whenever i try to submit a form which i have created
for a website.Where as,i didn't encounter any problem with the process in the
local machine (intranet).Im using Asp to connect with Access

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object
is read-only.

Thanks
darn

Re: Cannot update. Database or object

am 03.11.2004 12:31:14 von reb01501

darn wrote:
> Why is this error occurs whenever i try to submit a form which i have
> created for a website.Where as,i didn't encounter any problem with
> the process in the local machine (intranet).Im using Asp to connect
> with Access
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or
> object is read-only.
>
> Thanks
> darn
http://www.aspfaq.com/show.asp?id=2062 - updatable cursor
http://www.aspfaq.com/show.asp?id=2009 - 80004005 errors

Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Re: Cannot update. Database or object

am 04.11.2004 06:09:01 von darn

"Bob Barrows [MVP]" wrote:

> darn wrote:
> > Why is this error occurs whenever i try to submit a form which i have
> > created for a website.Where as,i didn't encounter any problem with
> > the process in the local machine (intranet).Im using Asp to connect
> > with Access
> >
> > Error Type:
> > Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> > [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or
> > object is read-only.
> >
> > Thanks
> > darn
> http://www.aspfaq.com/show.asp?id=2062 - updatable cursor
> http://www.aspfaq.com/show.asp?id=2009 - 80004005 errors
>
> Bob Barrows
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
> What should i do with the MDAC update and Jet OLE DBDC drivers after download and installing it..I mean should change any of the codes inside the asp files.
>

Re: Cannot update. Database or object

am 04.11.2004 12:43:44 von reb01501

darn wrote:
> "Bob Barrows [MVP]" wrote:
>
>> darn wrote:
>>> Why is this error occurs whenever i try to submit a form which i
>>> have
>>> created for a website.Where as,i didn't encounter any problem with
>>> the process in the local machine (intranet).Im using Asp to connect
>>> with Access
>>>
>>> Error Type:
>>> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
>>> [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or
>>> object is read-only.
>>>
>>> Thanks
>>> darn
>> http://www.aspfaq.com/show.asp?id=2062 - updatable cursor
>> http://www.aspfaq.com/show.asp?id=2009 - 80004005 errors
>>
>> What should i do with the MDAC update and Jet OLE DBDC drivers after
>> download and installing it..I mean should change any of the codes
>> inside the asp files.

I can't say. You didn't show us any of the code.

The only clue I have is that the error is from the obsolete ODBC driver
which it apears you are using. I would use the newer OLEDB provider for Jet.
See www.aspfaq.com for connection string suggestions, or
www.able-consulting.com/ado_conn.htm

Bob Barrows


--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"