godaddy网站出问题了?
网站登陆不了,
.net程序现在运行出现
Server Error in '/info' Application.
--------------------------------------------------------------------------------
Operation must use an updateable query.
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: Operation must use an updateable query.
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): Operation must use an updateable query.]
System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) +41
System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +174
System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +92
System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +65
System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +112
System.Data.OleDb.OleDbCommand.ExecuteNonQuery() +66
Dvbbs.Data.Connection.Execute(String sql) +193
[Exception: update dv_board set todaynum = IIF(FORMAT(lasttopictime, 'yyyy-mm-dd')<>FORMAT(Now(), 'yyyy-mm-dd'), 0, todaynum)]
Dvbbs.Data.Connection.Execute(String sql) +330
Dvbbs.bbs.UI.Forum.IndexModuleHelper.index_stats_info() +1515
Dvbbs.bbs.UI.Forum.IndexModuleHelper.Initialize() +141
Dvbbs.bbs.UI.Forum.IndexModuleHelper..ctor(Connection conn, UInt32 boardId, String[] moduleList) +56
Dvbbs.bbs.UI.Forum.IndexModuleHelper.CreateInstance(Connection conn, UInt32 boardId, String[] moduleList) +973
Dvbbs.bbs.UI.Forum.IndexModuleHelper.CreateInstance(Connection conn, UInt32 boardId) +7
Dvbbs.bbs.UI.Forum.index.OnInit(EventArgs e) +53
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Page.ProcessRequestMain() +197