File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="jdbc">
@@ -516,6 +516,17 @@ st.close();
516
516
automatically.
517
517
</para>
518
518
</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>
519
530
</itemizedlist>
520
531
</para>
521
532
</sect2>
You can’t perform that action at this time.
0 commit comments