注册 登录
编程论坛 Delphi论坛

delphi与access中数据的查询问题

tans75 发布于 2012-06-21 16:27, 832 次点击
用edit1进行输入,要用什么函数进行转换后,才能进行匹配查询

select * from 表名 where 列字段(小数)=。。。。。。(edit1.text)....
1 回复
#2
tsurumaru2012-07-22 22:09
select * from 表名 where 列字段(小数,如果你说的是浮点数)=strtofloat(edit1.text)
1