| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 879 人关注过本帖
标题:至少一个参数没有被指定值,求解
只看楼主 加入收藏
咦瞬间嘚芯恸
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2012-12-4
结帖率:0
收藏
已结贴  问题点数:10 回复次数:2 
至少一个参数没有被指定值,求解
至少一个参数没有被指定值。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Data.OleDb.OleDbException: 至少一个参数没有被指定值。

源错误:


行 24:         OleDbDataAdapter dr = new OleDbDataAdapter("SELECT * FROM tblfilminformation where filmname like'%" + TextBox1.Text + "%'", conn);
行 25:         DataTable DT = new DataTable();
行 26:         dr.Fill(DT);
行 27:         Repeater1.DataSource = DT;
行 28:         Repeater1.DataBind();
 

源文件: f:\06 李彩凤\Ex1_1\MyFirstWeb\Chaxun.aspx.cs    行: 26

堆栈跟踪:


[OleDbException (0x80040e10): 至少一个参数没有被指定值。]
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +44
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +155
   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +190
   System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +58
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +162
   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +97
   System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +4
   System.(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +128
   System.(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +160
   System.(DataTable dataTable) +113
   chaxun.Button1_Click(Object sender, EventArgs e) in f:\06 李彩凤\Ex1_1\MyFirstWeb\Chaxun.aspx.cs:26
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +78
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +100
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863

 
搜索更多相关主题的帖子: 详细信息 where 
2012-12-04 18:11
烧包谷
Rank: 2
等 级:论坛游民
威 望:2
帖 子:60
专家分:69
注 册:2010-10-11
收藏
得分:10 
已经提示了你,有一个地方没有给形参赋值。你仔细看看。
2012-12-04 21:36
痞子,赵
Rank: 2
来 自:地球
等 级:论坛游民
威 望:1
帖 子:28
专家分:31
注 册:2012-10-25
收藏
得分:0 
传值应该再取值之前

从不知道的未来慢慢接受不可能的现实,以行动铸就下一步的辉煌
2012-12-12 19:20
快速回复:至少一个参数没有被指定值,求解
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.023625 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved