R
Rob Dob
I am trying to set the NullValue within the Column properties of my Dataset
in VS2005. The DataType is a System.DateTime. and when I try and change it
from "(Throw Exception)" I get the following error:
For columns not defined as System.String, the only valid value is (Throw
exception).
The Datafield is a datetime that allows nulls, if I don't set this value
then when I try save changes to this field within my form I get it
complaining about not allowing DBNull for that field..
I am also having this same problem with DataType int where I also allow
nulls
any help would be appreciated.,
in VS2005. The DataType is a System.DateTime. and when I try and change it
from "(Throw Exception)" I get the following error:
For columns not defined as System.String, the only valid value is (Throw
exception).
The Datafield is a datetime that allows nulls, if I don't set this value
then when I try save changes to this field within my form I get it
complaining about not allowing DBNull for that field..
I am also having this same problem with DataType int where I also allow
nulls
any help would be appreciated.,