Tagged Questions
0
votes
2answers
213 views
Getting SqlDateTime overflow. exception in 2008
am passing default dates (startdate & enddate) to an sp as ('1/1/1753 12:00:00 AM' & '12/31/9999 12:00:00 AM').
This was working fine in 2005, but am getting "SqlDateTime overflow. Must be ...
1
vote
2answers
676 views
SqlDateTime overflow Error on simple LINQ, C# .Net Web Page
I have a simple page I'm creating that just inserts some data from textboxes in .Net using C#. I get the overflow error stating the date must be within a specific range. The text being entered in the ...
0
votes
2answers
1k views
Inconsistent SQLDateTime Overflow with NHibernate
We have a very strange error that sometimes we get this error when we want to save something from our WCF service. The object that we are saving contains NO invalid datetimes, we all check them before ...