Ask a Question related to ASP Database, Design and Development.
-
Ray at #1
Re: error '80004005'; Operation must use an updateable query.
Are the users logging in with NT authentication? If so, the users will need
the NTFS permissions on the mdb as opposed to the IUSR account.
Ray at work
"Gary D. Rezek" <Gary_Rezek@NOSPAMsdstate.edu> wrote in message
news:OQtlbGfUDHA.2156@TK2MSFTNGP11.phx.gbl...query.> Hi All,
>
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
> [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable> /ResearcherStaffAwardGeneralHandler.asp, line 142
>
> A person logs in and
> I've given IUSR_XXXXX Full Control over the .mdb
Ray at Guest
-
"Operation must use an updateable query".- after conversion to NTFS
You need to set NTFS permissions for IUSR (which weren't in place, obviously, when using FAT32). Right-click the folder, hit sharing and... -
operation must use updateable query
Hi everyone. I am bulding my site with Dreamweaver (my ASP knowladge is limited), and I am getting the above error while trying to insert a record.... -
Operation must use an updateable query.
This is the error that I get: Operation must use an updateable query. It worked previously before I installed Jet 4.0 SP 8 b/c Access 2003... -
Operation must use an updateable query Error
Group, On a W2K3 / IIS 6.0 Server, we have a Web Site reading an .mdb fine. When it tries to save, it generates the following error: ... -
INSERT error :: Updateable query?
I am picking up an error message on a straightforward INSERT - do I need an optimistic-type to get this working....here is is the error: ... -
Gary D. Rezek #2
Re: error '80004005'; Operation must use an updateable query.
Hi Ray,
No, I'm not using NT authentication. This db will be presented to the "outside" world and not everyone accessing it will have an
NT account because they are "not really faculty or staff".
I get to "play" with that authentication mode for my next "trick" ;^).
Thank you.
gdr
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message news:OslQSMfUDHA.372@tk2msftngp13.phx.gbl...> Are the users logging in with NT authentication? If so, the users will need
> the NTFS permissions on the mdb as opposed to the IUSR account.
>
> Ray at work
>
> "Gary D. Rezek" <Gary_Rezek@NOSPAMsdstate.edu> wrote in message
> news:OQtlbGfUDHA.2156@TK2MSFTNGP11.phx.gbl...> query.> > Hi All,
> >
> > Microsoft OLE DB Provider for ODBC Drivers error '80004005'
> > [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable>> > /ResearcherStaffAwardGeneralHandler.asp, line 142
> >
> > A person logs in and
> > I've given IUSR_XXXXX Full Control over the .mdb
>
Gary D. Rezek Guest
-
Gary D. Rezek #3
Re: error '80004005'; Operation must use an updateable query.
Hi All,
As an addendum to this problem:
I ended up deleting the Visual InterDev project and all references to it, deleting the IIS folder, ensured that the
IUSR_MachineName did indeed have the proper permissions and basically set up everything from scratch. I don't know how or why,
but the things got themselves straightened out and everything seems to be working very smoothly now.
Thanks to Bob and Ray for their help and comments.
gdr
--
Gary D. Rezek
University Networking Services
South Dakota State University
Gary D. Rezek Guest



Reply With Quote

