Difficulty updating TEXT fields with JDBC.

Brian Dougherty <briand@veridicom.com>

From: briand@veridicom.com (Brian Dougherty)
To: pgsql-general@postgresql.org
Date: 2002-07-23T03:02:00Z
Lists: pgsql-general
I have created a table with fields of type TEXT.  When I attempt to
modify these fields with the JDBC ResultSet method of updateObject or
updateNull, I get the error message "This method is not yet
implemented."

Do I have a alternate method for updating TEXT fields?