Subject | Re: [IBO] TIB_Cursor and trimming |
---|---|
Author | Helen Borrie |
Post date | 2004-12-07T10:57:26Z |
At 10:51 AM 7/12/2004 +0000, you wrote:
need to. They come through right-trimmed.
With char fields, you would need to use a UDF like rtrim.
H.
>HiIf you are using Firebird 1.5 and the fields are varchar, then you don't
>
>I use a TIB_Cursor to locate a record in a tabel.
>The return values I have found out how to avoid trimming (through the
>FIELDSTRIMMING).
>
>But I would like to do the same with a parameter passed to the SQL.
need to. They come through right-trimmed.
With char fields, you would need to use a UDF like rtrim.
H.