Re: Escaping large chunk of text for insertion into mysql

2006-02-01 Thread John Doe
Kevin Old am Mittwoch, 1. Februar 2006 13.44: > Hello everyone, > > I have a large chunk of data that I need to insert into a text or blob > field in mysql. I've tried all the usually escaping it, but nothing > seems to work. I'm even using dbh->quote as I thought it might help. > > Here's my cod

Escaping large chunk of text for insertion into mysql

2006-02-01 Thread Kevin Old
Hello everyone, I have a large chunk of data that I need to insert into a text or blob field in mysql. I've tried all the usually escaping it, but nothing seems to work. I'm even using dbh->quote as I thought it might help. Here's my code: my $sth = $dbh->prepare("insert into nascar_media valu