Problem with retrieving date-values

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
ALBOS
Posts: 5
Joined: Mon 18 Jan 2010 16:59

Problem with retrieving date-values

Post by ALBOS » Sat 20 Feb 2010 10:21

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

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 22 Feb 2010 15:43

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.

Post Reply