kele - 2008-4-9 20:37:00
后台修改 组 保存时 报错
------------------------------------------------
Server Error in '/' Application.
--------------------------------------------------------------------------------
语法错误 (操作符丢失) 在查询表达式 '@disablepostctrl [allowviewrealname]=@allowviewrealnameWHERE [admingid]=@admingid' 中。
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: 语法错误 (操作符丢失) 在查询表达式 '@disablepostctrl [allowviewrealname]=@allowviewrealnameWHERE [admingid]=@admingid' 中。
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 (0x80040e14): 语法错误 (操作符丢失) 在查询表达式 '@disablepostctrl [allowviewrealname]=@allowviewrealnameWHERE [admingid]=@admingid' 中。]
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
Discuz.Data.DbHelper.ExecuteNonQuery(DbConnection connection, CommandType commandType, String commandText, DbParameter[] commandParameters) +108
Discuz.Data.DbHelper.ExecuteNonQuery(CommandType commandType, String commandText, DbParameter[] commandParameters) +215
Discuz.Data.Access.DataProvider.SetAdminGroupInfo(AdminGroupInfo __admingroupsInfo) +1012
Discuz.Forum.AdminGroups.SetAdminGroupInfo(AdminGroupInfo __admingroupsInfo) +17
Discuz.ForumPage.Admin.editadminusergroup.UpdateUserGroupInf_Click(Object sender, EventArgs e) +4447
Discuz.Control.Button.OnClick(EventArgs e) +75
Discuz.Control.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +24
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +174
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
戏水 - 2008-4-10 10:15:00
请问您具体的是 对哪个项目做了更改 ,做了怎样的更改?
kele - 2008-4-16 9:34:00
修改用户组时,无论填写什么项目,只要点击保存,都是这样的。