Server Error in '/' Application.

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

Source Error:


Line 95:         objCommand.Parameters("@eventDateEnd").Value = DateAdd("d",40,selectedDate)
Line 96: 
Line 97:         objDataReader = objCommand.ExecuteReader
Line 98: 
Line 99:         collEvents = New Collection()

Source File: C:\hshome\villageo\tuckahoe.com\calendar\calendar.vb    Line: 97

Stack Trace:


[OleDbException (0x80040e37): The Microsoft Jet database engine cannot find the input table or query 'colors'.  Make sure it exists and that its name is spelled correctly.]
   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
   DbCodeBehind.Get_DBItems(DateTime selectedDate) in C:\hshome\villageo\tuckahoe.com\calendar\calendar.vb:97
   ASP.calendar_default_aspx.Page_Load(Object sender, EventArgs e) in C:\hshome\villageo\tuckahoe.com\calendar\default.aspx:9
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433