Server Error in '/' Application.

The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.

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 SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.

Source Error:


Line 59:         catch (Exception ex)
Line 60:         {
Line 61:             throw ex;
Line 62:         }
Line 63:     }

Source File: d:\HKinsoft_Customer\111585\Controls\ucInventory.ascx.cs    Line: 61

Stack Trace:


[OleDbException (0x80004005): The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.]
   Controls_ucInventory.Page_PreRender(Object sender, EventArgs e) in d:\HKinsoft_Customer\111585\Controls\ucInventory.ascx.cs:61
   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.OnPreRender(EventArgs e) +8782902
   System.Web.UI.Control.PreRenderRecursiveInternal() +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842


Version Information: Microsoft .NET Framework Version:2.0.50727.9035; ASP.NET Version:2.0.50727.9031