http://forums.iis.net/p/1153439/1886232.aspx
Which point you to this:
http://faq.matchware.com/en/?q=90
This error message will appear when trying to manipulate a
file-based Access
database whose data files are write protected. An example of
this is while
running the "Database" Mediator 9-example on Windows Vista.
The solution is to relax the security settings of either the
datafile
itself, or the folder containing the files. The following
guide will tell
you how to set the security settings for the Database example
to their
lowest level on Windows Vista:
Browse to the folder (default location is C:\Program
Files\Matchware\Mediator 9\Examples )
Rightclick the "Database" folder and choose Properties
Click the Security tab
Click the Edit button, and answer "Continue" when prompted
for
Administrative rights
Click Add...
Type "Everyone" (without the quotes) into the name field, and
click OK
Select "Everyone" from the user list, and check "Full
control" in the
Permissions list.
Click OK to close the Security window, then OK again to close
the property
page.
It's important to notice that this will enable ALL users on
the computer to
modify the folder, so be careful which folders you enable
these settings
for. After this is done, your queries should work
immediately.
And here is the MS answer:
http://support.microsoft.com/default.aspx/kb/175168
--
Ken Ford
Adobe Community Expert - Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com
"mtrueblood" <webforumsuser@macromedia.com> wrote in
message
news:gh7b16$jgt$1@forums.macromedia.com...
>I actually decided to read the blog, and I have solved
that issue...
>
> Here is the error I get when I try to submit my contact
us ASP page:
>
> Microsoft OLE DB Provider for ODBC Drivers error
'80004005'
>
> [Microsoft][ODBC Microsoft Access Driver] Operation must
use an updateable
> query.
>
> /NewSite/registration.asp, line 141
>
> Thanks - Matt
>
>