Subject Re: [ib-support] setNull doesn't work
Author Claudio D'Angelo
The where condition is in xml.
Example

...
<update>
<where>
COLUMN1 = ? and COLUMN2 = ?
</where>
<param>
<index>1</index>
<value/> <---- Null value
</param>
....




At 15.36 29/07/2002 +0200, you wrote:
>Claudio,
>
> > I've an xml with value's column and I don't know if a value is null.
> > I make the where condition dinamically and i set the ? with the value
> > in the xml.
> > I can't do "DETRANSFER is null" or any other columns
>
>since you are building the where condition dynamically, it should'nt be
>that much of a problem to cater for the special case of null values;
>after all you *already* are treating null differently, since you must
>knwo when to call setNull.
>I don't see any simpler way out, sorry.
>Ciao
>--
> ____
>_/\/ando
>
>
>To unsubscribe from this group, send an email to:
>ib-support-unsubscribe@egroups.com
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

Claudio D'Angelo
Software Consultant
ObjectWay S.p.A.
Via G.A. Boltraffio 7
20159 Milano (MI)
http://www.objectway.it



[Non-text portions of this message have been removed]