Subject | Re: [IBO] TwwIBOTable - RunTime Ordering |
---|---|
Author | Helen Borrie |
Post date | 2000-12-15T10:00:33Z |
At 10:34 AM 15-12-00 +0100, you wrote:
SELECT NFILE, DESC,
UPPER(NFILE) AS UPPERNFILE,
UPPER(DESC) AS UPPERDESC,
<OTHER COLUMNS...>
ORDER BY 3, 4
H.
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>I am at release 3_6_CWell, it will be horribly slow but...
>----------------------------------------
>1) I use a wwIBOTable,
>
>I would order a column with this option :
>'Upper(NFILE);Upper(Desc)' or
>with CaseInsFields "NFILE;DESC"
>
>Which is the best way to do this ?
>I don't want to create an index for this scope.
SELECT NFILE, DESC,
UPPER(NFILE) AS UPPERNFILE,
UPPER(DESC) AS UPPERDESC,
<OTHER COLUMNS...>
ORDER BY 3, 4
>----------------------------------------Look at the Version property of the TIBODatabase or TIB_Connection.
>Where can I find IBObjects release level on my computer ?
H.
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________