0 down vote favorite


Hi all,

I am using ibatis 2.3and sybase 15.0.3 with spring 3 and jconn2-5.5

I tried to map a timestamp column [ varbinary (8)] with byte array in my POJO. I received the following error "JZ006: Caught IOException: java.io.IOException: JZ0SM: Unsupported SQL type 1111" after trying BINARY and byte[] for jdbcType and javaType respectively in the parametermap.

What would be the appropriate jdbcType and javaType to map this field through ibatis parametermap to a POJO?

Thank you.