![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re: Re: Quoting problem in DBI:ODBCby Seumas (Curate) |
on Jun 27, 2003 at 15:49 UTC ( #269633=note: print w/replies, xml ) | Need Help?? |
Another option is to use placeholders, which is even cleaner than using $dbh->quote(). It isn't the right fit for 100% of your queries and statements, but it is for 99% of them. Check the DBI:: docs for details on how to use it.
It would be something like.
In Section
Seekers of Perl Wisdom
|
|