Thread

  1. Difficulty updating TEXT fields with JDBC.

    Brian Dougherty <briand@veridicom.com> — 2002-07-23T03:02:00Z

    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?
    
    
  2. Re: Difficulty updating TEXT fields with JDBC.

    Barry Lind <barry@xythos.com> — 2002-07-23T14:17:06Z

    Brian,
    
    Why don't you use get/setString()?
    
    --Barry
    
    
    Brian Dougherty wrote:
    
    >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?
    >
    >---------------------------(end of broadcast)---------------------------
    >TIP 3: if posting/reading through Usenet, please send an appropriate
    >subscribe-nomail command to majordomo@postgresql.org so that your
    >message can get through to the mailing list cleanly
    >
    >  
    >