About Tuniquey.filter

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wjzws
Posts: 20
Joined: Fri 17 Jul 2009 02:33

About Tuniquey.filter

Post by wjzws » Mon 02 Nov 2009 12:50

Hello:



    I would like to ask about Tuniquery.filter properties, support those filtering methods.

 

   Such as: "" "" + - * / There are like% xx%, there are other do?



   Support: substring ( 'sdfsdf', 1,4) or left ( 'sdsf', 4) do?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 03 Nov 2009 08:52

You can use the LIKE operator instead of substring() or left(). For example: f1 like 'sdsf%'

We will consider the possibility of supporting arithmetic operators, but that is hardly to happen in the nearest future.

wjzws
Posts: 20
Joined: Fri 17 Jul 2009 02:33

Post by wjzws » Wed 04 Nov 2009 05:38

Thanks!

Post Reply