amt has asked for the wisdom of the Perl Monks concerning the following question:
This, however, brings me no joy. Is there a function that inserts binary data into a table? Should I create the row without the data first, then update the entry with the binary data.$dbh->do("INSERT INTO `table` (`blobcolumn`) VALUES (".$dbh->quote($bi +ndata).")");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: DBH Insert of Binary Data
by friedo (Prior) on Mar 18, 2005 at 20:02 UTC | |
by cowboy (Friar) on Mar 19, 2005 at 03:13 UTC | |
by Hero Zzyzzx (Curate) on Mar 18, 2005 at 20:40 UTC | |
by jZed (Prior) on Mar 18, 2005 at 20:56 UTC | |
by Joost (Canon) on Mar 18, 2005 at 22:28 UTC | |
by jZed (Prior) on Mar 18, 2005 at 22:55 UTC | |
| |
Re: DBH Insert of Binary Data
by blueberryCoffee (Scribe) on Mar 20, 2005 at 02:50 UTC |