| | |
SqlDateTime Overflow Error
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Feb 2009
Posts: 15
Reputation:
Solved Threads: 0
Hii...
I'm having 2 .aspx page
1) Detected Vulnerabilities Report
2) Missing Patches Summary Report
When I'm clicking on Detected Vulnerabilities Report it is executing fine and after when Im clicking on Missing Patches Summary Report it is also executing fine. For both of this report Im passing 2 parameters, (startdate and enddate) and between this range the report data will display...
After When I'm restarting my application again and now when Im clicking on Missing Patches Summary Report it is showing an error message as 'SqlDatetime overflow. Must be between 01/01/1753 12:00:00 am and 12/31/9999 11:59:59 pm.
I've created a TableAdapters for Missing Patches Summary report and Im calling this adapter in .cs class of this report...
Need help on this....
Thanx...
I'm having 2 .aspx page
1) Detected Vulnerabilities Report
2) Missing Patches Summary Report
When I'm clicking on Detected Vulnerabilities Report it is executing fine and after when Im clicking on Missing Patches Summary Report it is also executing fine. For both of this report Im passing 2 parameters, (startdate and enddate) and between this range the report data will display...
After When I'm restarting my application again and now when Im clicking on Missing Patches Summary Report it is showing an error message as 'SqlDatetime overflow. Must be between 01/01/1753 12:00:00 am and 12/31/9999 11:59:59 pm.
I've created a TableAdapters for Missing Patches Summary report and Im calling this adapter in .cs class of this report...
Need help on this....
Thanx...
0
#2 Nov 7th, 2009
You need to post the queries that are causing this error. Also you need to check any
DateTime values you send to the SQL Server: c# Syntax (Toggle Plain Text)
public static bool SqlTypeInRange(DateTime value) { return ((value <= System.Data.SqlTypes.SqlDateTime.MaxValue.Value) && (value >= System.Data.SqlTypes.SqlDateTime.MinValue.Value)); }
0
#4 Nov 10th, 2009
You're welcome
Please mark this thread as solved if you have found a solution to your issue and good luck!
Please mark this thread as solved if you have found a solution to your issue and good luck!
![]() |
Similar Threads
- Run time stack overflow error help (C++)
- OnCalcField modifying its own DataSet - Error (Pascal and Delphi)
- Overflow error (Assembly)
- floating point : overflow error (C)
- Stack Overflow Error (C++)
- URGENT: JSP - StackOverFlow Error (JSP)
- divide overflow??? (Assembly)
- Won't load past startup; Divide overflow error? (Troubleshooting Dead Machines)
Other Threads in the ASP.NET Forum
- Previous Thread: programmaticly alter the command text of a sqldatasource???anyone?
- Next Thread: how to enlarge the image
Views: 438 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 ajax alltypeofvideos anathor appliances application asp asp.net beginner box browser button c# cac checkbox commonfunctions complex connection control dataaccesslayer database datagridview datalist deployment development dgv dialog dropdownlist dynamic dynamically edit editing embeddingactivexcontrol feedback fileuploader fill findcontrol flash form formatdecimal formview gridview gudi iis image javascript languages list listbox login microsoft mobile mouse mssql news novell numerical opera panelmasterpagebuttoncontrols parent problem project radio redirect registration relationaldatabases reportemail response.redirect richtextbox rows schoolproject search security select services sessionvariables silverlight smoobjects software sql sql-server sqlserver2005 ssl theft tracking treeview validatedate validation vb.net videos vista visualstudio web webapplications webdevelopment webprogramming webservice xsl youareanotmemberofthedebuggerusers






