You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Tokajac <im...@hotmail.com> on 2008/12/14 20:42:12 UTC

iBatis BLOB mapping and reading AS/400

Hello!


Aim is to read the column that's BLOB type in the database.
The Bean has a property of byte[] type.
in xml i have: 
[CODE]
<result property="blob" jdbcType="BLOB" column="ATTACHMENT_BLOB" />
[/CODE]


How can i put the content to the OutputStream?

Regards
-- 
View this message in context: http://www.nabble.com/iBatis-BLOB-mapping-and-reading-AS-400-tp21003807p21003807.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.