I am using C# to interface with a SQL database. the database has a DateTime field. When I try to write a DateTime object from C#, I get the following error:
ERROR [22008] [Microsoft][ODBC SQL Server Driver]Datetime field overflow
I found this on the topic:
Is there any manipulation I can do to my DateTime object on the C# side?
EDITS I am trying to add DateTime.MinValue