产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » Server Error in '/' Application.操作必须使用一个可更新的查询。
ju_chao - 2010/5/17 10:40:00
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:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace:


[OleDbException (0x80004005): 操作必须使用一个可更新的查询。]
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +267
   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +192
   System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +48
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +106
   System.Data.OleDb.OleDbCommand.ExecuteNonQuery() +108
   PageAdmin.web_bottom.xe30b2dd9d8b72497() +712
   PageAdmin.web_bottom.xc6ba24ba500d373d() +124
   PageAdmin.web_bottom.Page_Load(Object sender, EventArgs e) +81
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

高手们,告诉我一下这是怎么回事,我用的是电信的空间,给他们管理人员打电话,他们告诉我是我自己的问题,但是我在本地是好使的啊.




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
xiyou - 2010/5/17 10:47:00
http://bbs.pageadmin.net/showtopic-41.aspx
王家猪头 - 2011/5/13 10:00:00
按照你的方法解决了,我用了源代码管理,数据库没有签出,所以无法增加
1
查看完整版本: Server Error in '/' Application.操作必须使用一个可更新的查询。