delphi模糊查询错误
ifradiobutton1.Checkedthenbeginwithdata_m.ADOQ_baoxiufinddobeginclose;sql.Clear;ifche...
if radiobutton1.Checked then begin with data_m.ADOQ_baoxiufind do begin close; sql.Clear; if checkbox1.Checked then begin sql.Add('select * from baoxiu where (bianhao like :bh)'); Parameters.ParamByName('bh').Value := '%' + trim(edit1.Text) + '%'; end else begin sql.Add('select * from baoxiu where bianhao like :bh'); Parameters.ParamByName('bh').Value := trim(edit1.Text); end; open; end; end; biaohao 字段为int 长度为4我在edit1中输入2 没点模糊查找 找得到结果而点了模糊查找(checkbox1) 程序出错了提示:应用程序在当前操作中使用了错误类型的值
展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询