You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by an...@apache.org on 2006/06/14 12:25:23 UTC

svn commit: r414179 - /db/derby/docs/trunk/src/adminguide/cadminappsclientdiffs.dita

Author: andreask
Date: Wed Jun 14 03:25:23 2006
New Revision: 414179

URL: http://svn.apache.org/viewvc?rev=414179&view=rev
Log:
DERBY-1382 updated doc to reflect that scrollable result sets and LOBs are supported in network jdbc driver. Contributed by Fernanda Pizzorno.

Modified:
    db/derby/docs/trunk/src/adminguide/cadminappsclientdiffs.dita

Modified: db/derby/docs/trunk/src/adminguide/cadminappsclientdiffs.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/cadminappsclientdiffs.dita?rev=414179&r1=414178&r2=414179&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminappsclientdiffs.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminappsclientdiffs.dita Wed Jun 14 03:25:23 2006
@@ -34,10 +34,6 @@
 the first exception when using the network client. The text of the additional
 exceptions will be appended to the text of the first exception. See <xref
 href="radminapps811974.dita#radminapps811974"></xref>.</li>
-<li>Scrollable cursors (<codeph>ResultSet.TYPE_SCROLL_SENSITIVE</codeph> or <codeph>ResultSet.TYPE_SCROLL_INSENSITIVE</codeph>)
-are not supported using the network client if the result set contains LOB
-data. <codeph>TYPE_FORWARD_ONLY</codeph> must be specified for result sets
-containing LOB data.</li>
 <li>To use an encrypted user id and password, you need to have the IBM's Java
 Cryptography Extension (JCE) Version 1.2.1 or later.</li>
 </ul></p>