M
Mike Albanese
I am building an ASP.Net application with VB.Net. I have
several date fields in my form and some of them are
optional. If ther is no data in the form field i set the
sql parameter to dbnull.value. Still the insert bombs out.
The error i am getting is
System.Data.SqlTypes.SqlTypeException: SqlDateTime
overflow. Must be between 1/1/1753 12:00:00 AM and
12/31/9999 11:59:59 PM
Any insights would be apprecaited.
Thanks,
Mike
several date fields in my form and some of them are
optional. If ther is no data in the form field i set the
sql parameter to dbnull.value. Still the insert bombs out.
The error i am getting is
System.Data.SqlTypes.SqlTypeException: SqlDateTime
overflow. Must be between 1/1/1753 12:00:00 AM and
12/31/9999 11:59:59 PM
Any insights would be apprecaited.
Thanks,
Mike