Server Error in '/' Application.

Incorrect syntax near the keyword 'order'.

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: Incorrect syntax near the keyword 'order'.

Source Error:


Line 107:	Dim objDS as New DataSet()
Line 108:
Line 109:	objDataAdapter.Fill (objDS, "Info")
Line 110:
Line 111:	Dim GetRows as DataTable = objDS.Tables ("Info")

Source File: C:\AU\newItem.aspx    Line: 109

Stack Trace:


[OleDbException (0x80040e14): Incorrect syntax near the keyword 'order'.]
   System.Data.OleDb.OleDbDataReader.ProcessResults(OleDbHResult hr) +61
   System.Data.OleDb.OleDbDataReader.NextResult() +629
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +361
   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +144
   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) +221
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +573
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +161
   ASP.newitem_aspx.loadNewProductList() in C:\AU\newItem.aspx:109
   ASP.newitem_aspx.Page_Load() in C:\AU\newItem.aspx:82
   System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +12
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +11138254
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


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