Subject | Re: [ib-support] FB 1.0 and GBAK problems |
---|---|
Author | Claudio Valderrama C. |
Post date | 2002-03-21T03:43:21Z |
"Daniel Rail" <daniel@...> wrote in message
news:5.1.0.14.2.20020320142057.03d14d40@......
charset-aware. Use always the logical length. In your case, it would be 6.
But that's not your problem. The poor DFW got lost with your changes without
commits in the middle.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:5.1.0.14.2.20020320142057.03d14d40@......
>Unlike the substr() and substrlen() UDFs, the built-in substring is
> Or maybe replace step 2 with:
> 2. update table set temp=substring(field_being_updated from 1 for 6)
> or should it be, since it's unicode:
> 2. update table set temp=substring(field_being_updated from 1 for 18)
charset-aware. Use always the logical length. In your case, it would be 6.
But that's not your problem. The poor DFW got lost with your changes without
commits in the middle.
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing