RE: How to convert BLOB/CLOB to String.

2006-03-29 Thread Niels Beekman
You should really take a look at the docs, it’s all there…   Niels   From: Zsolt [mailto:[EMAIL PROTECTED] Sent: donderdag 30 maart 2006 8:14 To: user-java@ibatis.apache.org Subject: RE: How to convert BLOB/CLOB to String.   I don’t want to convert all BLOBs to String only

RE: How to convert BLOB/CLOB to String.

2006-03-29 Thread Zsolt
I don’t want to convert all BLOBs to String only for one table.   Zsolt   From: Clinton Begin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 5:51 AM To: user-java@ibatis.apache.org; Balaji Subject: Re: How to convert BLOB/CLOB to String.   iBATIS comes with a

Re: How to convert BLOB/CLOB to String.

2006-03-29 Thread Clinton Begin
iBATIS comes with a BLOB and CLOB type handlerit has for some time now.ClintonOn 3/27/06, Balaji < [EMAIL PROTECTED]> wrote:Does anyone have a custom type handler for Clob - String written that you can share.Thanks,Balaji- Original Message -From: "Nathan Maves" <[EMAIL PROTECTED]>To: <

Re: How to convert BLOB/CLOB to String.

2006-03-27 Thread Balaji
Does anyone have a custom type handler for Clob - String written that you can share. Thanks, Balaji - Original Message - From: "Nathan Maves" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 14, 2006 9:59 AM Subject: Re: How to convert BLOB to String. > Yes. > > All you would have to do