Subject RE: [firebird-support] Using DSC
Author Alan McDonald
> I use ASC as in the following without any problems-
>
> 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.
> Can someone advice please?
> Regards
> I. Lesher

maybe try DESC (with an E)?
Alan