简单问题,我对ACCESS数据库不熟悉,各位帮帮忙,30分 ( 积分: 30 )

  • 主题发起人 主题发起人 darlingpeng
  • 开始时间 开始时间
D

darlingpeng

Unregistered / Unconfirmed
GUEST, unregistred user!
msql7:='select * from txt_tmp1 where a0>'''+inttostr(a0)+''' and a0<'''+inttostr(b0)+''' ';
这句话在sql2000中可以执行,在access不能执行,类型不对,
a0是int类型
该怎么写?
 
有人知道么?
 
msql7:='select * from txt_tmp1 where a0>'+quotedstr(a0)+' and a0<'+quotedstr(b0);
试试这个
 
to
subosoft,
不行,编译都通不过
 
有哪位大侠知道
帮帮小弟啊
 
BETWEEN... END
 
msql7:='select * from txt_tmp1 where a0>'+inttostr(a0)+' and a0<'+inttostr(b0);
 
晕,类型不对啊,a0是INT,inttostr(a0)是STRINGS啊
 
to ysai,
谢了,哥们
 
要用StrTOInt
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
769
import
I
后退
顶部