网奇论坛网奇产品区网奇Iwms网站管理系统 网奇4.5acc转sql 出现错误 麻烦指点

1  /  1  页   1 跳转 查看:898

网奇4.5acc转sql 出现错误 麻烦指点

网奇4.5acc转sql 出现错误 麻烦指点

进入首页/P>


Server Error in '/' Application.



列名 'tsort' 无效。
列名 'newsTempid' 无效。


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.SqlClient.SqlException: 列名 'tsort' 无效。
列名 'newsTempid' 无效。

Source Error/B>





The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URLBR>
1. Add a "Debug=true" directive at the top of the file that generated the error. ExampleBR>
  <%@ Page Language="C#" Debug="true" %>

orBR>
2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:





[SqlException (0x80131904): 列名 'tsort' 无效。
列名 'newsTempid' 无效。]
  System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857450
  System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735062
  System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateobject stateObj) +188
  System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateobject stateObj) +1838
  System.Data.SqlClient.SqlDataReader.ConsumemetaData() +31
  System.Data.SqlClient.SqlDataReader.get_metaData() +62
  System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
  System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886
  System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
  System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
  System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
  System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
  System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +7
  System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +141
  System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +162
  System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +107
  IWMS.DAL.SqlHelper.AdapterFill(DataTable x38bda74a1c1f84d7, CommandType x876516c75eb784e6, String x31b309266b0c059b, IDataParameter[] xc2c445c96bc4af23) +75
  IWMS.Pages.TempTrans.x88aabbb424ddd70b() +117
  IWMS.Pages.TempTrans.xf54628a2354c7a5f(TemplateType x43163d22e8cd5a71, Int32 xabacf43b5a271b09) +1554
  IWMS.Pages.TempTrans.Trans(TemplateType x43163d22e8cd5a71) +17
  ASP.index_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) +7
  System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2068219
  System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
  System.Web.UI.Page.Render(HtmlTextWriter writer) +26
  System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
  System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
  System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896





Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210


进入管理admin_login.aspx



Server Error in '/' Application.



列名 'id' 无效。
列名 'memberID' 无效。
列名 'id' 无效。
列名 'bloodtype' 无效。


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.SqlClient.SqlException: 列名 'id' 无效。
列名 'memberID' 无效。
列名 'id' 无效。
列名 'bloodtype' 无效。

Source Error:





An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:





[SqlException (0x80131904): 列名 'id' 无效。
列名 'memberID' 无效。
列名 'id' 无效。
列名 'bloodtype' 无效。]
  System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857450
  System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735062
  System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateobject stateObj) +188
  System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateobject stateObj) +1838
  System.Data.SqlClient.SqlDataReader.ConsumemetaData() +31
  System.Data.SqlClient.SqlDataReader.get_metaData() +62
  System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
  System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886
  System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
  System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
  System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
  System.Data.SqlClient.SqlCommand.ExecuteReader() +84
  IWMS.DAL.SqlHelper.ExecuteReader(CommandType x876516c75eb784e6, String x31b309266b0c059b, IDataParameter[] xc2c445c96bc4af23) +64
  IWMS.DAL.Account.x8381294ec3066d5a(String x7fcaad8f411d6a84) +1831
  IWMS.DAL.Account.GetAccount() +347
  IWMS.Admin.BasePage.NewUser() +233
  IWMS.Admin.BasePage.Page_Init(object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc) +151
  IWMS.Admin.Login.Page_Init(object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc) +16
  System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, object o, object t, EventArgs e) +15
  System.Web.Util.CalliEventHandlerDelegateProxy.Callback(object sender, EventArgs e) +34
  System.Web.UI.Control.OnInit(EventArgs e) +2072028
  System.Web.UI.Page.OnInit(EventArgs e) +9
  System.Web.UI.Control.InitRecursive(Control namingContainer) +321
  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692





Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

 

重新建表,


注意数据库所有者

 
1  /  1  页   1 跳转

版权所有 网奇论坛   Sitemap

Powered by Discuz!NT 2.1.202    Copyright © 2001-2009 Comsenz Inc.
Processed in 0.078125 second(s) , 4 queries.
返顶部