SQLQuery1.params中赋给复杂参数的问题 ( 积分: 30 )

  • 主题发起人 主题发起人 ROCK4Zane
  • 开始时间 开始时间
R

ROCK4Zane

Unregistered / Unconfirmed
GUEST, unregistred user!
数据库为SQL server 2000
我在SQLQuery1.Sql属性中设为
select * from table1 where f1 like '%参数名%'

可是我不知道这个关于Like的语句,参数应该怎么给?
 
这样设置
select * from Grade where IsStop like :IsStop

这样赋值
SqlQuery1.Params.ParamByName('IsStop').AsString:='%用%';
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
922
SUNSTONE的Delphi笔记
S
后退
顶部