Posted by sugapablo on 07/30/07 18:10
On Jul 30, 1:30 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> "Does not work" is pretty broad. What do you expect to happen? What
> actually happens? What error messages do you get?
I wasn't sure at first, but I can now tell, based on what is being
returned that the the parameters being binded are blank.
So if the SQL statement was "SELECT * FROM table WHERE col = ?"
What would be passed to the server after trying to bind a string
variable would be "SELECT * FROM table WHERE col = ''"
[Back to original message]
|