Subject RE: [IBO] Date Array bug ... (IBO, solved)
Author Tobias Giesen
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