|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
MySQL gone Awayby stew (Scribe) |
| on Oct 14, 2002 at 13:33 UTC ( #205067=perlquestion: print w/ replies, xml ) | Need Help?? |
|
stew has asked for the
wisdom of the Perl Monks concerning the following question:
Hi
I am trying to run thru a directory of PDF's, read each one in turn into memory and then store them in MySQL I get thru about 8 or so when I get the following error
My query looks like this my $sth = $dbh->prepare(q{insert into ee_pdf(id,data) values (?,?)}); I am reading the pdf like this
And executing the query thus.. $sth->execute($id,$data); Any idea why this might be? Stew
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||