Subject | Re: [IBO] Problems with "order by" in TIBOTable |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2002-09-03T10:26:19Z |
TIBOTable? Shouldn't you use a TIBOQuery for this?
HTH,
Set
-only using TIB_ components myself, hence my ignorant answer.
At 11:46 03.09.2002 +0200, you wrote:
HTH,
Set
-only using TIB_ components myself, hence my ignorant answer.
At 11:46 03.09.2002 +0200, you wrote:
>I have a quite strange problem. I have an TIBOTable component and try to do
>a statement like this:
>select * from contacts where status=0 order by recipient
>
>In my IBExpert this works perfectly. In the TIBOTable it refuses to order
>the received datasets but doesn't give an error message. The CharacterSet of
>my TIBODatabase is ISO8859_1 and the field "recipient" has the charset
>iso8859_1 too and collation DE_DE