1 Reply Latest reply on May 12, 2003 11:54 AM by johnmoore

    CLOB and java type

    johnmoore


      Am trying to use a CLOB database column (informix) and continue to hit exceptions (database) when trying to update. Have not gotten to insert but expect it will bomb as well.

      I can read/write with JDBC and I can read through JBoss using either a String field or CLOB field. What's the trick to getting the server to write back. I'm tried various combinations changing standardjaws.xml, descriptors and code all with the same result.

      The exception is "java.sql.SQLException: blob_input: can not convert LO from argument string."

      If anyone has a concrete example I would appreciate it.

      John