in reply to Re: Inserting Apostrophes into SQL
in thread Inserting Apostrophes into SQL
Sure, but it's slower and more complicated than placeholders, and easier to get wrong. Why even suggest it? Is there a case where you can't use placeholders?
Improve your skills with Modern Perl: the free book.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Inserting Apostrophes into SQL
by jfroebe (Parson) on Nov 18, 2011 at 16:21 UTC | |
by chromatic (Archbishop) on Nov 18, 2011 at 19:32 UTC | |
Re^3: Inserting Apostrophes into SQL
by runrig (Abbot) on Nov 18, 2011 at 20:14 UTC | |
by mpeppler (Vicar) on Nov 24, 2011 at 16:38 UTC | |
by runrig (Abbot) on Nov 24, 2011 at 18:06 UTC |