Here is an example with iBATIS 1.x from the forums @ sf.net. http://sourceforge.net/forum/forum.php?thread_id=1127367&forum_id=206693
Should be very similar in 2.x, too. Larry >>> [EMAIL PROTECTED] 11/10/04 6:54 PM >>> More generally, has anyone done anything in iBATIS that would normally, in JDBC, require the use of setBinaryStream or setBytes on the PreparedStatement and getBinaryStream or getBytes on the ResultSet? I'm not sure why it wouldn't work, but I'm having trouble conceptualizing the Dao and the SQL-Map file. Should I be able to do it? If so, does anyone have any examples? Thanks, Jason Erickson

