delphi 进行ADOQuery.RecordCount=0判断时报错

代码如下:sqlString:='selectFSerialBill,FPer_Name,FTotalMoneyfromOP_InvoiceBillwhereFSeria... 代码如下:
sqlString:='select FSerialBill,FPer_Name,FTotalMoney from OP_InvoiceBill where FSerialBill=' + Trim(Edit_SerialNum.Text);
with ADOQuery1 do
begin
Close;
SQL.Clear;
SQL.Add(sqlString);
Open;
end;

if ADOQuery1.RecordCount=0 then
begin
ShowMessage('HIS发票号错误,请检查。');
Exit;
end;
执行到if ADOQuery1.RecordCount=0 then报错
“raised exception class EOleException with message '从数据类型 varchar 转换为 numeric 时出错。”
求解!!!
使用如下判断且返回记录数为0时:
if ADOQuery1.IsEmpty then
报错如下:
Project BillSysTest.exe raised exception class EOleException with message '将 varchar 转换为数据类型 numeric 时出现算术溢出错误。'. Process stopped. Use Step or Run to continue.
百思不得其解。
展开
 我来答
百度网友ebb7086846
2017-08-13 · TA获得超过1662个赞
知道小有建树答主
回答量:1700
采纳率:11%
帮助的人:252万
展开全部
ADOquery.Close; ADOquery.SQL.Clear; ADOquery.SQL.Add('select * from table where 字段1='+''''+Edit1.text+''''); ADOquery.Open; if ADOqueryt.RecordCount
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式