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

because it is not correct.
This commit is contained in:
Michael Meskes 2012-10-05 16:54:49 +02:00
parent 6b0d71bf71
commit bea34106a6

View File

@ -627,11 +627,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>