【我就不信这么大一个csdn论坛,这么高手,这个问题解决不了吗?】
网站我用的access数据库 上传到服务器上的时候,一对数据库操作就出现这个错误。
“操作必须使用一个可更新的查询。”
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: 操作必须使用一个可更新的查询。
Source Error:
Line 199:
Line 200: cmd.Connection = con;
Line 201: int i= cmd.ExecuteNonQuery();
Line 202: return i;
Line 203: con.Close();
Source File: e:\website\www.henanfw.com\App_Code\AccessHelp.cs Line: 201
我到网上查了所有的解决方法 什么家iis_wpg 还有everyone,来宾账号啊什么都加上了啊 权限全部都是完全控制··
最后还是不行····郁闷小弟三天了··一直都弄不好··不知道哪里的问题 我系统是2003 server的