Parameter for TOraQyery is TDateTime but Debug SHOW as TDate!! WHY?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
DVE
Posts: 5
Joined: Sun 12 Feb 2006 09:29

Parameter for TOraQyery is TDateTime but Debug SHOW as TDate!! WHY?

Post by DVE » Thu 16 Mar 2006 16:20

OraQuery1.Close;
OraQuery1.ParamByName('PDate').AsDateTime := Now;
OraQuery1.Open;

Debug is

select :PDate as x from dual
:PDate(DATE,IN)='16.03.2006'

where is the TIME ??????

ODAC 5.55.1.24 !!

HELP !!!! :x

DVE
Posts: 5
Joined: Sun 12 Feb 2006 09:29

Post by DVE » Fri 17 Mar 2006 11:19

Query return correctly date is '16-03-2006 14.38.12', but debug is work not propertly !!!!


please fix this BUG !!!!

Version 5.70.0.23 have same BUG !!!

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 20 Mar 2006 16:13

We have reproduced this problem and fixed it. This fix will be included in the net ODAC build.

Post Reply