this is a limitation of SQL Server < 2008.in 2008 there's a new data type, datetime2, that AFAIK can handle a .NET DateTime precisely.
On Tue, Sep 22, 2009 at 8:49 AM, Kris-I <[email protected]> wrote: > > Hello, > > It's possible to create Datetime with 1/1/0001 but when I want save my > object at the Commit time, I receive this error > > "SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and > 12/31/9999 11:59:59 PM." > > How can I save this date ? > > Regards, > > > > -- Ken Egozi. http://www.kenegozi.com/blog http://www.delver.com http://www.musicglue.com http://www.castleproject.org http://www.idcc.co.il - הכנס הקהילתי הראשון למפתחי דוטנט - בואו בהמוניכם --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
