![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Inserting large chunks of data into MySQLby moritz (Cardinal) |
on May 04, 2008 at 15:22 UTC ( [id://684440]=note: print w/replies, xml ) | Need Help?? |
You'll get an error if one of these variables contains a single quote '.
To avoid that (and to boost performance) use placeholders instead:
In Section
Seekers of Perl Wisdom
|
|