G
Guest
I am getting a NoNullAllowedException when I try to add a datatable to a
dataset by using dataset.tables.add(datatableOld.copy()). I checked the
AllowDBNull property on the column of datatableOld that was throwing the
exception and it is set to "true". I am not sure why I am getting this
exception since a null is allowed in this column and i thought a copy copied
the schema and data. Any help with this would be appreciated.
dataset by using dataset.tables.add(datatableOld.copy()). I checked the
AllowDBNull property on the column of datatableOld that was throwing the
exception and it is set to "true". I am not sure why I am getting this
exception since a null is allowed in this column and i thought a copy copied
the schema and data. Any help with this would be appreciated.