-
Jan 10th, 2011, 11:57 PM
#1
Problem mapping timestamp column in sybase through ibatis 2.3 to a POJO
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules