Subject | Re: [IBO] AsTime not implemented? |
---|---|
Author | Markus Ostenried |
Post date | 2003-02-19T23:10:49Z |
At 22:35 Wednesday, 19.02.2003 +0000, you wrote:
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
>Hello,Eric,
>
> 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.
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