|
 |
access_asp thread: Error 0x80004005 Database results error
Message #1 by "Stephan Krueger" <sambaexpress@g...> on Wed, 4 Dec 2002 08:31:48
|
|
Hi,
i got a small programm, which was autocreated from FrontPage2002 using
ASP to show, edit and delete Items of a Database.
The Programm was working fine. Now, if i start to edit, addnew, or delete
any line of the Database it returns with the following error.
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver] Operation muss
eine aktualisierbare Abfrage verwenden.
Number: -2147467259 (0x80004005)
Source: Microsoft OLE DB Provider for ODBC Drivers
Any Hints, i'am really stuck with this, i have allready created a new
database, create the sample again, nothing works, allways the same error.
Thx for help !
Message #2 by "Ken Schaefer" <ken@a...> on Wed, 4 Dec 2002 21:28:49 +1100
|
|
NTFS permissions :-)
(I believe the error message, in English, is "Operation Must Use an
Updateable Query")
To verify that it is a permissions problem, give Everyone Change permissions
(RWXD) on the folder that the Access .mdb file is in.
Also, the Jet engine needs access to the c:\winnt\temp\ directory (or
whatever you system temp directory is) as it keeps it's temporary working
files there. If you have changed the permissions on this folder (unlikely),
change them back. :-)
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Stephan Krueger" <sambaexpress@g...>
Subject: [access_asp] Error 0x80004005 Database results error
: i got a small programm, which was autocreated from FrontPage2002 using
: ASP to show, edit and delete Items of a Database.
:
: The Programm was working fine. Now, if i start to edit, addnew, or delete
: any line of the Database it returns with the following error.
:
: Database Results Error
: Description: [Microsoft][ODBC Microsoft Access Driver] Operation muss
: eine aktualisierbare Abfrage verwenden.
: Number: -2147467259 (0x80004005)
: Source: Microsoft OLE DB Provider for ODBC Drivers
:
: Any Hints, i'am really stuck with this, i have allready created a new
: database, create the sample again, nothing works, allways the same error.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #3 by "Stephan Krueger" <sambaexpress@g...> on Wed, 4 Dec 2002 12:55:06
|
|
Thx Ken,
once again fast, good working help. :-)
The System was Windows XP. Giving Permissions to IUSR_MACHINE works.
thx
Cu.
|
|
 |