in reply to Re: cannot retrieve value from select statement
in thread cannot retrieve value from select statement
update I should add this to the "mistakes I make far too often" thread as I've also mistakenly used do() instead of prepare(). do() is for instructions; prepare() is for requests that return data. do() returns the number of rows impacted; prepare() returns a statement handle that can be used to fetch data and metadata.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: cannot retrieve value from select statement
by davido (Cardinal) on Apr 05, 2005 at 05:56 UTC |