按apple 大侠的方式成功从04升级到08了,但还是有一点点小问题就是 点击自定义表单 的报名系统后出现以下问题
Server Error in '/' Application.
--------------------------------------------------------------------------------
Microsoft Jet 数据库引擎找不到输入表或查询 'zdyform_01'。 确定它是否存在,以及它的名称的拼写是否正确。
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: Microsoft Jet 数据库引擎找不到输入表或查询 'zdyform_01'。 确定它是否存在,以及它的名称的拼写是否正确。
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 (0x80040e37): Microsoft Jet 数据库引擎找不到输入表或查询 'zdyform_01'。 确定它是否存在,以及它的名称的拼写是否正确。]
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.ExecuteReader(CommandBehavior behavior) +111
System.Data.OleDb.OleDbCommand.ExecuteReader() +6
PageAdmin.zdyform_data.CaculateRecord() +219
PageAdmin.zdyform_data.Page_Load(Object src, EventArgs e) +436
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.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
请问什么原因?