S
steven_licciardinnoossppaamm
Hello,
I have a textbox which is bound to a field of type
integer. Everything works fine, the number displays and
can be updated etc.. However, when I delete the entry
the number just pops right back, i.e. the field refuses
to accept nothing.
When I go into SQL Enterprise manager and try and delete
the contents there I get a , "The value of the data type
you entered is not consistent with the data type or
length of the column" error. I do not get this error if
I do the same thing with vchar field. It seems that I
cannot reset the contents of the cell to DBNull, either
in code or in SQL Manager.
Any advice?
Thanks,
Steven
I have a textbox which is bound to a field of type
integer. Everything works fine, the number displays and
can be updated etc.. However, when I delete the entry
the number just pops right back, i.e. the field refuses
to accept nothing.
When I go into SQL Enterprise manager and try and delete
the contents there I get a , "The value of the data type
you entered is not consistent with the data type or
length of the column" error. I do not get this error if
I do the same thing with vchar field. It seems that I
cannot reset the contents of the cell to DBNull, either
in code or in SQL Manager.
Any advice?
Thanks,
Steven