Server Error in '/' Application.

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

Source Error:


Line 24:         OleDbDataReader drSelect_genelfoto;
Line 25:         // Run Query
Line 26:         drSelect_genelfoto = cmdSelect_genelfoto.ExecuteReader();
Line 27: 
Line 28:         // Create DataTable and Colomns

Source File: d:\vhosts\surelinsports.com\httpdocs\tr-TR\futboltakimlar.aspx.cs    Line: 26

Stack Trace:


[OleDbException (0x80040e37): The Microsoft Jet database engine cannot find the input table or query 'futboltakimlar'.  Make sure it exists and that its name is spelled correctly.]
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +1007188
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +255
   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +188
   System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +58
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +161
   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +116
   System.Data.OleDb.OleDbCommand.ExecuteReader() +6
   tr_TR_foto_galeri.Page_Load(Object sender, EventArgs e) in d:\vhosts\surelinsports.com\httpdocs\tr-TR\futboltakimlar.aspx.cs:26
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062