Parameter for TOraQyery is TDateTime but Debug SHOW as TDate!! WHY?
Posted: 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 !!!!
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 !!!!
