Hi there,
I'm attempting to use Class::DBI with BLOB fields in my MySQL database for the first time with fairly limited success, the limit being that I don't seem to be able to achieve an update to that field.
The data to be put into the BLOB field is being correctly read from a CGI file upload field, and is present in a variable right before I make the call to CDBI to do the update, however the data doesn't get as far as the database.
It's probably something glaringly obvious that I'm missing to do with the way I've set the CDBI packages up, but any help would be appreciated!