Page 1 of 1

SubmitChanges - Error

Posted: Fri 27 Feb 2009 12:44
by Zero-G.
Hey

I do get an error when I Submit the Changes to the DB - The error is:
The field 'zeitstempel' does not have a default value

Zeitstempel is a datetime field NOTNULL. - The field has a value.
What could this error mean?

THX

Posted: Fri 27 Feb 2009 14:31
by AndreyR
This error is generated by server in the case when no value is set to the property.
Please check that you have set the value to Zeitstempel before calling the SubmitChanges() method.
Also please check that this field is mapped to a property.