Subject | Re: [firebird-support] Using DSC |
---|---|
Author | Helen Borrie |
Post date | 2009-03-15T04:55:52Z |
At 03:48 PM 15/03/2009, you wrote:
Something to do with ASCending and DESCending indexes, perhaps? If so, note that the SQL short form of DESCENDING is DESC, not DSC...
./heLen
>I use ASC as in the following without any problems-What are you actually talking about here "ASC" and "DSC"???
>
>Location_DataTable.Select(
>
>"LOCATION >= '0'",// don't deal with video server - hirarchy '0'
>
>"LOCATION ASC");
>
>I can't however use DSC and it always fail.
Something to do with ASCending and DESCending indexes, perhaps? If so, note that the SQL short form of DESCENDING is DESC, not DSC...
./heLen