[OleDbException (0x80040e14): 语法错误。 在查询表达式 'id not in (SELECT TOP 0 id FROM sl_article where classid in (40) order by paixu desc , dtime desc) and classid in (40)' 中。]
System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +1217021
System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +256
System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +216
System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +60
System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +164
System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +115
System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +10
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +140
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +138
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +87
my_conn.GetTable(String g1) in d:\wwwroot\scjygc\wwwroot\App_Code\my_conn.cs:127
my_html.page_w_list(String sql, String sql2, String list_content, String file_content, String list_c, Int32 page) in d:\wwwroot\scjygc\wwwroot\App_Code\my_html.cs:2499
my_html.set_w_list(String table_name, String n_id, Int32 page) in d:\wwwroot\scjygc\wwwroot\App_Code\my_html.cs:2946
list.Page_Load(Object sender, EventArgs e) in d:\wwwroot\scjygc\wwwroot\list.aspx.cs:111
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
System.Web.UI.Control.OnLoad(EventArgs e) +97
System.Web.UI.Control.LoadRecursive() +61
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693
|