|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Adding a JPEG file to databaseby Anonymous Monk |
| on Feb 21, 2011 at 17:03 UTC ( #889422=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Anonymous Monk has asked for the
wisdom of the Perl Monks concerning the following question:
Hi There,
I would like to insert/update a jpeg file to a table in oracle. The table has three columns,: id (number) , Plot( BLOB), contamination(number).
I need to update the plots column with a JPEG file.
I have tried reading the file in to a string, using 'read' but that got me this error and some pages of non readable errors :( DBD::Oracle::st execute failed: ORA-01461: can bind a LONG value only for insert into a LONG column The JPEG files are usually 30KB - 60KB. Any directions to how to achieve would be very much appreciated. Thanks in advance.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||