views:

22

answers:

0

System.Data.StrongTypingException("The value for column 'CS_REPLY_DATE' in table 'CSAA_STATUS' is DBNull."

I am using an Xmldataset .XSD connecting SQL Server 2005 tables, the dates I want to null out upon Initial insertion of a row into the table. The table date field allow nulls. I am using a strongly typed xsd table row and the autogenerated xsd tablespecificadaper.insert(field, field, field, etc)

But when i get to the tableadaper.insert I get the above. Is there any way to get around this PAINFUL problem without using a basic sqlstmt and dataadaper, and command text.