summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes2012-10-05 14:49:27 +0000
committerMichael Meskes2012-10-05 15:06:50 +0000
commit8ebe8889a8c5604b66802508b822cf18b8cd6820 (patch)
tree02c5152078b3dc29e4ea9d7577284c83338b0325
parent856ce0fb563a630ddd07dfad8cb4d8eb1d601b77 (diff)
Removed sentence about not being able to retrieve more than one row at a time,
because it is not correct.
-rw-r--r--doc/src/sgml/ecpg.sgml5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index fca5979261b..17800fc72fa 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/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">