Server Error in '/' Application.

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

Source Error:


Line 21:         OleDbDataAdapter adpt_fill = new OleDbDataAdapter("SELECT [event_page],event_description, event_image FROM [tbl_academics] where event_page='" + Request.QueryString["pname"].ToString() + "'", conn);
Line 22:         DataSet ds_fill = new DataSet();
Line 23:         adpt_fill.Fill(ds_fill, "tbl_fill");
Line 24: 
Line 25:         desc_content.InnerHtml = ds_fill.Tables["tbl_fill"].Rows[0]["event_description"].ToString();

Source File: c:\inetpub\vhosts\gcdrskasdol.in\httpdocs\Academics.aspx.cs    Line: 23

Stack Trace:


[OleDbException (0x80040e37): The Microsoft Jet database engine cannot find the input table or query 'tbl_academics'.  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, String srcTable) +86
   introduction.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\gcdrskasdol.in\httpdocs\Academics.aspx.cs:23
   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