Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OLDDB DB for Oracle - DateTime error.

Status
Not open for further replies.

iamanson

Programmer
Aug 17, 2001
42
0
0
AU
I have an web appliaction connection Oracle 8i with OLDDB DB for Oracle. It running for years.

But the following error happens recently. It just happens by chance and have no problem on development machine.

anyone meet this before? pls help...

System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: Hour, Minute, and Second parameters describe an unrepresentable DateTime.
at System.DateTime.TimeToTicks(Int32 hour, Int32 minute, Int32 second)
at System.Data.OleDb.DBBindings.Get_DBTIMESTAMP(IntPtr buffer)
at System.Data.OleDb.DBBindings.get_Value_DBTIMESTAMP()
at System.Data.OleDb.DBBindings.get_Value()
 
do you have any tool like the SQL profiler? maybe that will help. it seems like wrong data is being passed...

Known is handfull, Unknown is worldfull
 
Thanks.I tried running the SQL and have not problem.
 
not directly, i want to see wht ASP.NET is passing to the DB. that can be seen only by using a tool like profiler...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top