Re: BLOB Field

2005-02-17 Thread äåå
n > using of the fields BLOB. My web application must load and get these > documents to publish them on line. > questions : > - How get these documents from BLOB field to copy them into a directory > server. > - which is the best implementation to write a insert request

Re: BLOB Field

2005-02-17 Thread Brice Ruth
Version 2.0.9 of iBATIS supports BLOB field to byte[], as long as the JDBC driver you're using "does the right thing". So, just define a byte[] field in your javabean and have a go, post back if it doesn't work! On Wed, 16 Feb 2005 16:56:59 +0100, BOUSSEBHA Djamel <[

BLOB Field

2005-02-17 Thread BOUSSEBHA Djamel
get these documents from BLOB field to copy them into a directory server.     - which is the best implementation to write a insert request with Ibatis   Best regards;