SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.
C# SqlDateTime overflow
Collapse
X
-
Tags: None
-
-
In old SQL databases yes I suppose.
As far as using a 64bit DateTime value goes, they have been playing with toggling a bit to change what "0" means, i.e. if a certain bit is set, the rest of the bits corrospond to a date starting from further ahead in time then if the bit were not set.Comment
Comment