|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: Difficulty inserting a large object using DBD::Pgby httptech (Chaplain) |
| on Jun 29, 2000 at 12:13 UTC ( [id://20356]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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
|
|
||||||||||||||||||||||||