int num
SetNull(num)
dw_1.object.score[3] = num
I've also tried this with no success:
SetNull(dw_1.object.score[3])
Thanks.
integer li_num
SetNull ( li_num )
dw_1.SetItem ( 3, "score", li_num )
Todd <wha...@mciworld.com> wrote in message
news:5htrNQw7#GA....@forums.sybase.com...
Lu Powell <lu.p...@worldnet.att.net> wrote in message
news:idmlCCx7#GA....@forums.sybase.com...
The field I'm updating is nullable in the database.
Philip Salgannik <phi...@msn.com> wrote in message
news:Df1#uRx7#GA....@forums.sybase.com...
Todd <wha...@mciworld.com> wrote in message
news:JSrchHy7#GA....@forums.sybase.com...
Philip Salgannik <phi...@msn.com> wrote in message
news:8jL7Gcy7#GA....@forums.sybase.com...
dw_1.SetColumn("score")
dw_1.Clear()
I don't know why it was saving a single space in there when I set it to an
empty string and had "empty string is null" set.
Thanks anyway.
string ls_null
SetNull(ls_null)
dw_1.object.score[3] = ls_null
Simon
>
Todd wrote in message ...
>Yes, score is a string. I tried setting "empty string is null" and it
still
>puts a " " space in the database. This is a single space, not an empty
>string.
>