![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Using placeholders, getting unexpected SQL errorsby DrManhattan (Chaplain) |
on Mar 13, 2003 at 23:01 UTC ( #242880=note: print w/replies, xml ) | Need Help?? |
Using placeholders should allow you avoid quoting and escaping. Your DB driver seems to be confused as to whether $row->{'cust_phsx'} is a number or a string. You might try something like this to make the data type explicit:
-Matt
In Section
Seekers of Perl Wisdom
|
|