Removed sentence about not being able to retrieve more than one row at a time,

because it is not correct.
pull/3/head
Michael Meskes 13 years ago
parent 6e41fa2e5c
commit 1045af95e7
  1. 5
      doc/src/sgml/ecpg.sgml

@ -760,11 +760,6 @@ do
normal clauses.
</para>
<para>
Both of these methods only allow retrieving one row at a time. If
you need to process result sets that potentially contain more than
one row, you need to use a cursor, as shown in the second example.
</para>
</sect2>
<sect2 id="ecpg-variables-type-mapping">

Loading…
Cancel
Save