ASPX网站报错:操作必须使用一个可更新的查询
错误:
Server Error in '/' Application.
--------------------------------------------------------------------------------
操作必须使用一个可更新的查询。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: 操作必须使用一个可更新的查询。
原因:出现这个问题是因为access数据库没有写入权限导致的。
解决方法:可以单独给access所在目录增加修改权限
版权声明:如无特殊标注,文章均为本站原创,转载时请以链接形式注明文章出处。
评论