Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re: Difficulty inserting a large object using DBD::Pgby httptech (Chaplain) |
on Jun 29, 2000 at 16:13 UTC ( [id://20356]=note: print w/replies, xml ) | Need Help?? |
Do you get an error when just using something like:
$dbh->do("insert into foo(data) values (?)",undef,$value);
By the way, the semicolon after (?) would cause an SQL error
in DBD::mysql; does that actually work under DBD::pg?
In Section
Seekers of Perl Wisdom
|
|