3 Replies Latest reply on Jan 22, 2006 6:24 PM by redijedi

    Text Column Cannot be Inserted

    redijedi

      I have an MS SQL table with a text datatype column. Every time I try to persist my object it fails and I get "Operand type clash: varbinary is incompatible with text" exception. I've read that using the @Column(columnDefinition = "clob") or @Column(columnDefinition = "text") in my entity defination will work, but it doesn't. I've also read that setting the columnlength up will help, but it didn't.

      Is this a bug? Is there any way around this?

      Thanks
      T