in reply to Re: Maintaining state through storable.pm?
in thread Maintaining state through storable.pm?
Hmmm, DBD::Oracle has support for BLOB data. We used it that way at eToys two years ago. We used the bind_param call instead of passing the parameters to execute. You could also try using a LONG if you can't get BLOB to work.