Page 1 of 1

Filter with LIKE comparisation

Posted: Tue 15 Mar 2005 14:44
by tonisanta
Hi SDAC-users,
how you probably noted the [field] like 'string%' doesn't work when specified in the TMsQuery.Filter-property. Changing the string to 'string*' it works as aspected.
What do you think: Should the component replace the internal fFilter-string from 'string%' to 'string*' ? Please vote!
best regards
Anton

Posted: Wed 16 Mar 2005 09:31
by Ikar
From our point of view this modification can cause problems at users who use % as an ordinary symbol.

To support compatibility with previous SDAC versions we are not planning to change this functionality.