|
I've seen the Content.xml example. Is it not necessary to declare the
data type in the insert statement for the string variable that will
populate the CLOB field? or the custom type handler in a parameter map
(like it is for the result map in the example) ? however thanks, I'll try it next week. -- Clinton Begin wrote: Hi, CLOB isn't supported directly. At this time, you need to write a custom type handler (because most CLOB implementations are vendor specific). Luckily there is one available for download here:http://nagoya.apache.org/jira/browse/IBATIS-4 Look for iBATISClob.zip Cheers, Clinton |
<<image/gif>>
<<image/png>>

