File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.33 2001/11/27 13:02:33 ishii Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.34 2001/11/29 05:35:51 barry Exp $
33-->
44
55 <chapter id="jdbc">
@@ -516,6 +516,17 @@ st.close();
516516 automatically.
517517 </para>
518518 </listitem>
519+
520+ <listitem>
521+ <para>
522+ <classname>ResultSet</classname> is currently read only.
523+ You can not update data through the <classname>ResultSet</classname>.
524+ If you want to update data you need to do it the old fashioned way
525+ by issuing a <acronym>SQL</acronym> update statement. This is
526+ in conformance with the <acronym>JDBC</acronym> specification
527+ which does not require drivers to provide this functionality.
528+ </para>
529+ </listitem>
519530 </itemizedlist>
520531 </para>
521532 </sect2>
You can’t perform that action at this time.
0 commit comments