in reply to Problem with DBI placeholders
My recommendation is to not use trailing and/or preceding whitespace in your data, for several reasons. This isn't even the most important one. More important is that if you have a trailing space in one row and not in the other, you can't find equality in your SQL.
------
We are the carpenters and bricklayers of the Information Age.
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Problem with DBI placeholders
by mpeppler (Vicar) on Jan 28, 2004 at 16:06 UTC |