SubmitChanges - Error

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

SubmitChanges - Error

Post by Zero-G. » Fri 27 Feb 2009 12:44

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

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 27 Feb 2009 14:31

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.

Post Reply