|
Subject:
|
Error 800a0cb3 when Updating
|
|
Posted By:
|
charlix
|
Post Date:
|
1/20/2004 10:57:44 PM
|
I'm recieving the following error message when I try to update my Access 2000 database.
ADODB.Recordset error 800a0cb3: Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
Yet when I try If rs.Supports(adUpdate)
The response is that update is supported?
I can read the database but can not update it.
What gives?
|
|
Reply By:
|
planoie
|
Reply Date:
|
1/21/2004 9:11:11 AM
|
This error usually occurs because of missing write permissions on the directory, file or web/virtual directory in IIS. Check the permissions on those things.
Peter ------------------------------------------------------ Work smarter, not harder.
|
|
Reply By:
|
charlix
|
Reply Date:
|
1/28/2004 12:59:04 PM
|
I checked all the permissions. Virtual directory, Home directory, Database directory and ASP page all have read and write permissions. However, I still get the error message recordest can't be updated.
Charlie
|