in reply to SQL quoting problem
What does MyStoredProg do? Does it rehandle that string in such a way that you should double pass the string thru your quoter? ala
That is ugly but that MIGHT be it.$dbh->do('exec sp_MyStoredProg @foo=' . $dbh->quote($dbh->quote($bar)) +);
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: SQL quoting problem
by lhoward (Vicar) on Oct 14, 2000 at 04:46 UTC |