Last post Mar 25, 2008 05:22 AM by Mikesdotnetting
Member
1 Points
13 Posts
Mar 25, 2008 03:19 AM|yogesh@candid.in|LINK
Hi Dear,
I am working an asp application and using ms-access data base..
when i insert/update and delete any record then find this error.
Error Is:
Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/newsletter/common/proccess.asp, line 62
I have all permission on data base(read/write permission)
Please help me.
Thanks
Yogesh Saini
All-Star
184758 Points
26698 Posts
Moderator
MVP
Mar 25, 2008 05:22 AM|Mikesdotnetting|LINK
You need to give the IUSR_machinename account Modify permissions on the folder that holds the database file.
Member
1 Points
13 Posts
Operation must use an updateable query
Mar 25, 2008 03:19 AM|yogesh@candid.in|LINK
Hi Dear,
I am working an asp application and using ms-access data base..
when i insert/update and delete any record then find this error.
Error Is:
Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/newsletter/common/proccess.asp, line 62
I have all permission on data base(read/write permission)
Please help me.
Thanks
Yogesh Saini
All-Star
184758 Points
26698 Posts
Moderator
MVP
Re: Operation must use an updateable query
Mar 25, 2008 05:22 AM|Mikesdotnetting|LINK
You need to give the IUSR_machinename account Modify permissions on the folder that holds the database file.
ASP.NET Tutorials | Learn Entity Framework Core| Learn Razor Pages