Subject Re: [IBO] Add Text to a BLOB-Field
Author guido.klapperich@t-online.de
It only woks, when A is empty. Then the result is A=B. But when A contains text,
nothing happens.

Guido

Luiz Alves wrote:

> Try,
>
> qry.edit;
> qry.fieldbyname('A').asString:=qry.fieldbyname('A').asString+qry.fieldbyname
> ('B').asString;
> qry.post;
>
> Luiz.
>
> ----- Original Message -----
> From: <guido.klapperich@...>
> To: IBObjects <IBObjects@yahoogroups.com>
> Sent: Tuesday, March 20, 2001 9:56 PM
> Subject: [IBO] Add Text to a BLOB-Field
>
> > I have a blob-field A, which contains only text. Now I want to add the
> > text from another blob-field B to A, so that the result in A is the text
> > from B and then the original text from A. How can I realize this ?
> >
> >
> >
> > Guido
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> >
> >
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/