Hello,
Following is an proposed fix to jdbc.sgml(line numbers are
for 7.1.3 doc). Comments?
[using an undefined method of ResultSet]
lines 564
x InputStream is = rs.getBinaryInputStream(1);
o InputStream is = rs.getBinaryStream(1);
Thanks.
Hiroyuki Yatabe([EMAIL PROTECTED])
Software
postgresql.Connection con,
Class o) throws SQLException
[Cannot access to the page]
lines 2910
x See John Dumas's Java Crypt page for the original source.
http://www.zeh.com/local/jfd/crypt.html
(Sorry, I can't find a replacement page.)
Thanks.
Hiroyuki Yatabe([