The typical method call sequence for a "SELECT" statement is: prepare, execute, fetch, fetch, ... execute, fetch, fetch, ... execute, fetch, fetch, ... #### It should not be used for "SELECT" statements because it does not return a statement handle (so you can't fetch any data).