N
nfsong
Unregistered / Unconfirmed
GUEST, unregistred user!
我在vista下用delphi2009做开发<br>用AdoQuery提交数据<br>RetailPrice ,salesPrice为number型<br>Parameters.ParamByName('RetailPrice').Value:=StrToFloatDef(trim(P_RetailPrice.Text),0);<br> Parameters.ParamByName('SalesPrice').Value:=StrToFloatDef(trim(P_SalesPrice.Text),0);<br>这两句总是通不过,可能是Strtofloat或Strtofloatdef这个函数有问题,<br>总是报"类型参数不正确,不在可以接受的范围内,或与其他相冲突"<br>请高手帮忙找问题