Server Error in '/' Application.

The Microsoft Jet database engine cannot find the input table or query 'downloads'.  Make sure it exists and that its name is spelled correctly.

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: The Microsoft Jet database engine cannot find the input table or query 'downloads'.  Make sure it exists and that its name is spelled correctly.

Source Error:


Line 448:            
Line 449:            da.SelectCommand = cmd;
Line 450:            da.Fill(ds);
Line 451:            cn.Close();
Line 452:            cn.Dispose();

Source File: c:\inetpub\vhosts\gcdrskasdol.in\httpdocs\App_Code\OleDbHelper.cs    Line: 450

Stack Trace:


[OleDbException (0x80040e37): The Microsoft Jet database engine cannot find the input table or query 'downloads'.  Make sure it exists and that its name is spelled correctly.]
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +1233516
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +247
   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +208
   System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +58
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +162
   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +110
   System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +9
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +139
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +136
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +88
   OleDbHelper.ExecuteDataTable(String connectionString, CommandType commandType, String commandText, OleDbParameter[] commandParameters) in c:\inetpub\vhosts\gcdrskasdol.in\httpdocs\App_Code\OleDbHelper.cs:450
   downloads.GetRecord(String dpage) in c:\inetpub\vhosts\gcdrskasdol.in\httpdocs\Student_section.aspx.cs:43
   downloads.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\gcdrskasdol.in\httpdocs\Student_section.aspx.cs:30
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0