Operation must use an updateable query
Sample Error
SaveData Exception: Operation must use an updateable query
Solution or Workaround
This is a classic permissions problem. Your database or database folder does not have appropriate permissions and the ASP or ASP.NET service is unable to save/write to the database.
To resolve this error, you must configure your server's security (NTFS Permissions) so that the ASP & ASP.NET service accounts have at least 'Write' permissions (in addition to 'Read'). 'Full' permissions is recommended on your data folder to avoid further problems with some Microsoft Access temporary files.
To resolve this error, you must configure your server's security (NTFS Permissions) so that the ASP & ASP.NET service accounts have at least 'Write' permissions (in addition to 'Read'). 'Full' permissions is recommended on your data folder to avoid further problems with some Microsoft Access temporary files.
Related Articles
Related Topics
Article Applies to:
ASP (classic Active Server Pages), ASP.NET (Microsoft's .NET), PDshop .NET
Search for help...