Re: mysqli problem with stmt and binding parameters.
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 15:49:50 -0400
sugapablo wrote:
On Jul 30, 1:30 pm, Jerry Stuckle <jstuck...@xxxxxxxxxxxxx> 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 = ''"
It could be a lot of things. But not seeing any code I wouldn't begin to be able to tell you what the problem is.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- mysqli problem with stmt and binding parameters.
- From: sugapablo
- Re: mysqli problem with stmt and binding parameters.
- From: Jerry Stuckle
- Re: mysqli problem with stmt and binding parameters.
- From: sugapablo
- mysqli problem with stmt and binding parameters.
- Prev by Date: Re: mysql command line client
- Next by Date: Re: mysql command line client
- Previous by thread: Re: mysqli problem with stmt and binding parameters.
- Next by thread: Re: mysqli problem with stmt and binding parameters.
- Index(es):
Relevant Pages
|