in reply to
Re: DBI Bind Variables and Functions
in thread
DBI Bind Variables and Functions
if i just use the ? on its own, which i know is how its supposed to be done, will the question mark automatically put quotes around the string that is passed in as a bind variable?
Comment on
Re^2: DBI Bind Variables and Functions
Replies are listed 'Best First'.
Re^3: DBI Bind Variables and Functions
by
moritz
(Cardinal)
on Nov 10, 2008 at 13:31 UTC
It's passed separately, but you can act as if quotes were put around it, and as if it were escaped properly.
[reply]
In Section
Seekers of Perl Wisdom