cnguolei - 2010/6/21 20:20: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 (0x80040e57): 字段太小而不能接受所要添加的数据的数量。试着插入或粘贴较少的数据。]
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.masterlogin.Update_Title() +168
PageAdmin.masterlogin.validate_login(Object Src, EventArgs e) +92
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +105
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
希望官方的工程师帮忙指点一下是什么原因啊,我有2个网站都是出现的这种错误
xiyou - 2010/6/22 9:25:00
是做什么操作出现的这个错误
cnguolei - 2010/6/22 19:02:00
我打开后台界面,然后输入用户名和密码,然后点确定,就出现这种情况
xiyou - 2010/6/22 20:01:00
你数据库的问题,字段小了导致登陆更新时无法更新数据,具体哪个字段小了就看不出来,和官方服务器无关
cnguolei - 2010/6/23 21:42:00
大哥,请指点一下,我改如何的去修改呢
cnguolei - 2010/6/23 21:44:00
要不我把所有的字段都修改成255或者备注,这样可行吗?
PageAdmin.masterlogin.Update_Title() +168
PageAdmin.masterlogin.validate_login(Object Src, EventArgs e) +92
这两句可以看出来是哪个字段小吗
cnguolei - 2010/6/23 22:04:00
我用的版本是之前你们和主机网合作购买主机赠送的商业版,之前一直没问题,出问题的时候刚好是最近你们在这个版本上面增加了在网站底部出现版权信息
cnguolei - 2010/6/28 15:32:00
哪位大哥帮我看看啊
cnguolei - 2010/6/29 9:34:00
我用的版本是商业版本,为什么现在标题里面和网页下面的版权信息跑出来了呢?
xiyou - 2010/6/29 9:36:00