Subject | Re: [IBO] Case-insensitive sorting |
---|---|
Author | mspencewasunavailable |
Post date | 2006-09-11T23:13:23Z |
--- In IBObjects@yahoogroups.com, Svein Erling Tysvaer
<svein.erling.tysvaer@...> wrote:
me when used with a grid. Is there some reason you can't do this?
(Don't know whether this'd work with a search, but I'd bet there's a
way.)
Michael D. Spence
Mockingbird Data Systems, Inc.
<svein.erling.tysvaer@...> wrote:
>sorting,
> Hi Antti!
>
> I think there are two different ways to get case insensitive
> one is to use a case insensitive character set (or maybe it iscontain the
> collation?), the other is to add another column that should
> uppercase equivalent of your column, populate this column throughuppercase
> insert/update triggers and then specify this field as the
> equivalent of your mixed case field and then IBO does the restis one
> (unfortunately, I don't remember the name of the property, but it
> simple property relating to the field in your TIB_Query).how can I
>
> HTH,
> Set
>
> Antti Kurenniemi wrote:
> > Hi all,
> >
> > I'm (once again) probably missing something quite obvious, but
> > make IBO grids sort case-insensitive? It seems that the defaultsort
> > differentiates upper- and lowercase characters which, whiletechnicaly
> > accurate, is not what I want. It also makes the searches(including Locate)
> > work wrong. For example, a column with the following values:on "KOS", and this
> >
> > Kalavale
> > KOS - Kouhian Outo Seurue
> > Kopiotoimi Tampereella
> >
> > will never find the "Kopiotoimi" value because it stops
> > is a bit bonkers (for the users). Any help appreciated.Adding ORDER BY UPPER(<fieldname>) to the TIB_QUERY works fine for
> >
> >
> > TIA,
> > Antti Kurenniemi
>
me when used with a grid. Is there some reason you can't do this?
(Don't know whether this'd work with a search, but I'd bet there's a
way.)
Michael D. Spence
Mockingbird Data Systems, Inc.