Help for this page

Select Code to Download


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