Subject Re: [IBO] Date Array bug ... (IBO, solved)
Author Jason Wharton
So, what is the correct code?

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Tobias Giesen" <tobias_subscriber@...>
To: <IBObjects@egroups.com>
Sent: Saturday, December 09, 2000 10:35 PM
Subject: RE: [IBO] Date Array bug ... (IBO, solved)


> Hi,
>
> I found the Date Array bug, deep in IBO. IBO will simply write garbage
> rather than dates into array fields. You can tell nobody uses arrays!
>
> Around line 649 in IBA_ColumnArray.IMP, it says:
>
> try
> isc_encode_TDateTime( tmpVal, pisc_quad( ABuf ));
> finally
> FillChar( ABuf^, EleSize, ArrayPadChar );
>
> :=(
>
> Nonetheless happy again,
> Tobias