realbasic-nug
[Top] [All Lists]

Re: REALSQLDatabase ORDER BY

To: "REALbasic NUG" <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: REALSQLDatabase ORDER BY
From: "Me" <igiga at swbell dot net>
Date: Mon, 27 Feb 2006 16:41:34 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <9649789A-43EE-4C6A-A0D9-A35D163CE6A4 at thezaz dot com>
You can also "ORDER BY ColA COLLATE NOCASE", to ignore case.
If you have more than one column, "ORDER BY ColA COLLATE NOCASE, ColB COLLATE NOCASE"

You have to put a COLLATE NOCASE phrase with each column you want to ignore the case on.

If you create a column, ColA TEXT COLLATE NOCASE, then the case will be ignored with ORDER BY.

----- Original Message -----
It seems I cannot do an ORDER BY on a REALSQLDatabase. Am I correct? Would be an extraordinarily PITA if I'm right.

--
Thom McGrath
The ZAZ Studios

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>