R
rharding
Hi,
Does anyone have a workaround for the this:
This is all 2.0 vs 2005 - I generate a strongly typed dataset and table
adaptor in vs2005 but the oracle table its based on allows a date
column to be null - this shows up as "AllowDBNull = true" in the column
properties but when I call Fill or GetData on the generated dataset I
get an exception thrown because of the null date column in the table
Its not possible to set the nullValue in the properties to anything
other than "Throw Exception"
any ideas - what am I missing?
Thanks
Richard
Does anyone have a workaround for the this:
This is all 2.0 vs 2005 - I generate a strongly typed dataset and table
adaptor in vs2005 but the oracle table its based on allows a date
column to be null - this shows up as "AllowDBNull = true" in the column
properties but when I call Fill or GetData on the generated dataset I
get an exception thrown because of the null date column in the table
Its not possible to set the nullValue in the properties to anything
other than "Throw Exception"
any ideas - what am I missing?
Thanks
Richard