| Subject | RE: [IBO] Date Array bug ... (IBO, solved) | 
|---|---|
| Author | Tobias Giesen | 
| Post date | 2000-12-10T05:35:17Z | 
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
            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