adoquery filter 中的 not like 如何用

adoquery filter 中的 not like 怎么用啊为什么adoquery中的filter:nbsbh like %X(%’就不报错,nbsbh not

adoquery filter 中的 not like 怎么用啊
为什么adoquery中的filter:=nbsbh like '%X(%’就不报错,
nbsbh not like '%X(%'就报错啊?



[解决办法]
filter属性不支持not like ,is null,is not null。

只能在SQL语句中处理。
[解决办法]
建议你用sql直接些吧,filter适合简单的过滤