Subject | Re: [IBO] Add Text to a BLOB-Field |
---|---|
Author | Luiz Alves |
Post date | 2001-03-21T01:02:14Z |
Try,
qry.edit;
qry.fieldbyname('A').asString:=qry.fieldbyname('A').asString+qry.fieldbyname
('B').asString;
qry.post;
Luiz.
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/
>
>