Hi, I try to use castor with sybase 12.5. In my database I have text (clob) fields. I tried in the mapping.xml the two following things to access this fields: ... <field name="configuration" type="string"> <sql name="user_configuration" type="clob" dirty="ignore"/> <bind-xml node="element" /> </field> ... ERROR: the getClob(int) is not supported by the sybase driver and ... <field name="configuration" type="string"> <sql name="user_configuration" type="string" dirty="ignore"/> <bind-xml node="element" /> </field> ... ERROR: the string type is not allowed in that version of castor how can I access this text fields? thanks, markus