On Fri, Jul 23, 2004 at 06:28:38PM -0400, Steven Lembark wrote: > > Maybe I've just missed a known bug, but this seems kinda odd... > > The code below is running againsed Oracle-9.2.0.4 on RHE-3.0. > Called with the same variable interpolated and as a placeholder > it works or doesn't. I have any amount of code floating around > here that uses placeholders and DOES work... > > Any suggesions?
I'm guessing it's a CHAR field. Thank blank-padded-comparison-sementics. It's an FAQ. USe bind_param(..., SQL_CHAR); Tim.
