Page 1 of 1

Problem with retrieving date-values

Posted: Sat 20 Feb 2010 10:21
by ALBOS
Hallo

I'am using LINQtoSQL to get data from my oracle-db. I've got a field with date-type (Server:date, property:datetime). Using the function "retrieve data" I got the data, but for this field only the date-part is displayed, the time-part seems to be zero.

Using the OracleDeveloper-Tool, the time is displayed. What i'am doing wrong?

Thanks a lot
Juergen

Posted: Mon 22 Feb 2010 15:43
by AndreyR
I have just tried to reproduce the problem, the simple LINQ to SQL query provided me a correct value for the Date column.
Please describe the scenario you are implementing.