Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将 ClientDataSet 的 Filter 属性与过滤器一起使用时
名字不喜欢'Paulo%'
说语法不正确。
如何在过滤器中解决问题?
将过滤器语法更改为
Clientdataset.Filter := 'NOT [Name] LIKE ' +QuotedStr('Paulo%');