blob update in Perl DBI gives syntax error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Justin Case

    blob update in Perl DBI gives syntax error

    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?


Working...