![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Support Forums » DBISAM General » View Thread |
Messages 1 to 5 of 5 total |
![]() |
Wed, Sep 14 2011 3:26 AM | Permanent Link |
Paul Coshott | Hi All,
DBISAM 4.29b4 with Delphi 2009. I have a table with a primary key and a description field (and many other fields). The description field has an index on it and it is case insensitive. In the filter options, I set foCaseInsensitive to True. If the table had the following : Stock ID Description --------- ----------- 1234 50 Angle White Al 1245 51 Angle white al 1266 52 Angle WHITE al If I then set a filter such as : Description Like '%white%' The only match that results is Stock ID 1245. If I have set foCaseInsensitive to True, then why doesn't it match all of the above? Cheers, Paul |
Wed, Sep 14 2011 5:24 AM | Permanent Link |
Roy Lambert NLH Associates ![]() | Paul
From my fading memory of DBISAM try UPPER(Description) Like UPPER('%white%') Roy Lambert [Team Elevate] |
Wed, Sep 14 2011 5:35 AM | Permanent Link |
Paul Coshott | UPPER(Description) Like UPPER('%white%')
Hi Roy, yes I know I can do that, but what does the foCaseInsensitive property do? I am using DevExpress's filter control, and it does not have the ability to automatically add in the Upper, so I was hoping by setting foCaseInsensitive to True on the table component, it would treat the filter as if the Upper was being used. Any ideas? Cheers, Paul |
Wed, Sep 14 2011 6:09 AM | Permanent Link |
Roy Lambert NLH Associates ![]() | Paul
>yes I know I can do that, but what does the foCaseInsensitive property do? I am using DevExpress's filter control, and it does not have the ability to automatically add in the Upper, so I was hoping by setting foCaseInsensitive to True on the table component, it would treat the filter as if the Upper was being used. That's a totally different question ![]() I've never even seen DevEx's filter control so can't comment about it apart from to say that if it specifically offers support for DBISAM I'd ask then why they don't do it and if not you'll need to find some way to alter the code before its used. Roy Lambert [Team Elevate] |
Mon, Sep 19 2011 11:15 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Paul,
<< The only match that results is Stock ID 1245. If I have set foCaseInsensitive to True, then why doesn't it match all of the above? >> The foCaseInsensitive option only works for the basic =, <>, >=, <=, operators, and not for the extended operators like LIKE, IN, etc. -- Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Wednesday, July 2, 2025 at 06:46 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |