Subject Appending data to Blob
Author Jenny Sigvardsdotter
Hi!

I have a blob that handles long strings. Usually I append strings using
Delphi but how do I append a string in a procedure?

I hoped it would be as simple as my example but I get error message
"conversion error from string "BLOB"

UPDATE akt SET noteringar = noteringar || 'jenny'
WHERE aktid = 2509

I use Interbase 5.6 and the blob is subtype 1 segment size 80.

Thanks in advance

Jenny