in reply to DBI - MySQL Help Needed
The typical method call sequence for a "SELECT" statement is: prepare, execute, fetch, fetch, ... execute, fetch, fetch, ... execute, fetch, fetch, ...
And further down, when discussing the do method:
It should not be used for "SELECT" statements because it does not return a statement handle (so you can't fetch any data).
Consider consulting the manual before asking questions like this.
Abigail
|
|---|