Hi, I just started using iBatis..I am happy with it so far, but now my requirement is to handle CLOB and sometimes BLOB data and also Batch statements. I would really appreciate if someone can provide me links or some sample mapping files and java code to handle these.
I did try to use the sample at http://wiki.apache.org/ibatis/How_do_I_use_a_Custom_Type_Handler_with_a_BLOB_or_CLOB , but I failed to make it work for CLOB data, I will try again but if someone can forward me working code I would really appreciate. [Btw, I am using J2EE with Oracle as backend.] Thanks, KK.