Re: How to do if I need the DAS and SDO to support reading and writing the BLOB or CLOB field

2007-08-06 Thread Amita Vadhavkar
case Types.BINARY: > > > > case Types.VARBINARY: > > > > case Types.LONGVARBINARY: > > > > return helper.getType("commonj.sdo", "Bytes"); // > > > before > > > > is return helper.ge

Re: How to do if I need the DAS and SDO to support reading and writing the BLOB or CLOB field

2007-07-19 Thread Luciano Resende
ams <[EMAIL PROTECTED]> wrote: > > -- Forwarded message -- > From: Kevin Williams <[EMAIL PROTECTED]> > Date: Jul 18, 2007 1:33 PM > Subject: Re: How to do if I need the DAS and SDO to support reading > and writing the BLOB or CLOB field > To: [EMAIL PROTECT

Re: How to do if I need the DAS and SDO to support reading and writing the BLOB or CLOB field

2007-07-19 Thread Amita Vadhavkar
> > case Types.BLOB: > return helper.getType("commonj.sdo", "Bytes"); // before is > return helper.getType("commonj.sdo", "Blob"); > > > > -邮件原件----- > 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > 发送时

Fwd: How to do if I need the DAS and SDO to support reading and writing the BLOB or CLOB field

2007-07-18 Thread Kevin Williams
-- Forwarded message -- From: Kevin Williams <[EMAIL PROTECTED]> Date: Jul 18, 2007 1:33 PM Subject: Re: How to do if I need the DAS and SDO to support reading and writing the BLOB or CLOB field To: [EMAIL PROTECTED], [EMAIL PROTECTED] Hello Li Taojian, You have uncovered