|
楼主 |
发表于 2020-9-28 13:30:01
|
显示全部楼层
回一楼的大哥,我试了,还是不行,运行时候还是
Fill: SelectCommand.Connection 属性尚未初始化。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.InvalidOperationException: Fill: SelectCommand.Connection 属性尚未初始化。
源错误:
行 34: queryStr="select * from shippers";
行 35: shipperAdapter=new SqlDataAdapter(queryStr,nwConn);
行 36: shipperAdapter.Fill(shipperSet, "shippers");
行 37: if(!Page.IsPostBack)
行 38: {
源文件: c:\inetpub\wwwroot\webapplication1\webform3.aspx.cs 行: 36
堆栈跟踪:
[InvalidOperationException: Fill: SelectCommand.Connection 属性尚未初始化。]
System.Data.Common.DbDataAdapter.GetConnection(IDbCommand command, String method)
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
WebApplication1._WebForm3.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\webapplication1\webform3.aspx.cs:36
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573 |
|