Comparisons between 'CLOB' and 'CLOB' are not supported.

In my database table I have a field of type clob and I can retrieve in a textarea in my jsp page (I use a clobconverter) but i can't save.

myDataProvider.commit(); return:

Number of conflicts while synchronizing: 1 SyncResolver.UPDATE_ROW_CONFLICT row 0 Comparisons between 'CLOB' and 'CLOB' are not supported.

Any help, is appreciated!!!

[370 byte] By [OfPo] at [2007-11-26 11:03:38]
# 1
I've solved this problem using JDBC code but is that the best solution?
OfPo at 2007-7-7 3:17:32 > top of Java-index,Development Tools,Java Tools...
# 2
I've solved the same problem using JDBC too
nsqsmile at 2007-7-7 3:17:32 > top of Java-index,Development Tools,Java Tools...