Subject insert into text-type BLOB using insert/update SQL statement
Author vincent_kwinsey
Hi,

is it possible to insert into text-type BLOB field (segment size 255
only) data using insert or update SQL statement. Any conversion using
cast(...) or indirect conversion are leading to error 'Conversion
error from string "BLOB"'?

Thanks in advance!