Avatar of tis9700
tis9700

asked on 

Sqldatetime overflow error

Hi,

The attached file is some code I wrote that has me stymied. I get a SqlDateTime Overflow error.

The user is supposed to be able to enter a report date, save the date which will pass the current user id and the date entered through the business logic, business object to the data access layer.

Then I wanted  it to return the reportId from my stored procedure back to a textbox on my UI.

All code is in the attached file including the error I sent to my log file.

Thanks ActivityCode.pdf
ASP.NETMicrosoft SQL Server 2008.NET Programming

Avatar of undefined
Last Comment
DeviantSeev

8/22/2022 - Mon