I'm using TOraStoredProc. I pass as input parameter two tDateTime parameters different by their time.
My store proc behaves like the two parameter values have the same time.
I suppose ODAC truncate time part while assigning values to TDateTime this way:
OraStoredProc.Params.CreateParam(ftDateTime, 'startdatetime', ptInput).AsDateTime := StrToDateTime(Search1.beginningdate)
Does anybody know if there's a bug 'working' like that in ODAC.
Search1.beginningdate is a string like '03/08/2006 12:23:24', of course.
Can anybody help me?
Thanks