Subject Re: [IBO] AsTime not implemented?
Author Markus Ostenried
At 22:35 Wednesday, 19.02.2003 +0000, you wrote:
>Hello,
>
> I have the statement below which I would like to use, however,
>AsTime is not implemented for the TIB_Column.
>
> sSQL->Params->Columns[0]->AsTime = EncodeTime(ihr,imin,isec,0);
>
> So how are time values stored into TIME param fields?
> Thanks. Eric.

Eric,

the Delphi/BCB types TDate, TTime and TDateTime are all
the same: they are declared as Double.
Therefore you can just use ".AsDateTime".

HTH,
Markus