I have a Perl app that stores pictures in a blob. Now I want to load a
thumbnail version of the picture into another blob column, but the update
fails with a syntax error. I'm able to insert the new record, with blobs,
into a separate table, but can't update the original record. Is it not
possible to update blobs?
thumbnail version of the picture into another blob column, but the update
fails with a syntax error. I'm able to insert the new record, with blobs,
into a separate table, but can't update the original record. Is it not
possible to update blobs?