Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Re: !!i can't add new record......


Message #1 by "Ken Schaefer" <ken@a...> on Mon, 1 Jul 2002 15:11:25 +1000
a) Check NTFS permissions on the server - the IUSR_<machinename> account
needs permissions to the actual DB file, and the folder that the file is in.

b) This error also occurs if you try to insert/update a record that violates
a table/column constraint.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <bigravi@c...>
Subject: [access_asp] !!i can't add new record......


: when ever i want to add record following error occuring..............
: send me soloution.
:
: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
:
: [Microsoft][ODBC Microsoft Access Driver] Operation must use an
: updateable query.
:
: /bigravi/readyform.asp, line 34

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index