Subject Re: [IBO] Searching and column aliases
Author yeohray
--- In IBObjects@y..., Geoff Worboys <geoff@t...> wrote:
> > How can I tell IBO that any searches on the ItemID column is
> > referring to 'a.id'? I need to use column aliases because the
> > queries are dynamic.
>
> Not sure. But since your queries are truly dynamic why are you
using
> column aliases at all? If you just want user friendly names why not
> setup the FieldsDisplayLabel properties when you setup the query?
>

Because column aliases is easier to use, and I don't have to set the
FieldsDisplayLabel property everytime the query changes?

Besides, my query returns values from two fields which have the same
name, so I need to use column aliases anyway to distinguish them.

Regards
Ray