Subject | Re: Encountered [IBO] D2009 problem |
---|---|
Author | Jason Wharton |
Post date | 2009-06-18T14:53:27Z |
> Just in case: Copy of message posted on 5/10/2009Please apply the fix to the TIB_Grid in a recent post and confirm if this
>
> In legacy version of IBO , recompiled IBO 4.9.2
> IBODataset append fails with a memory exception (D5,D7)
>
> line 5686, statement
> HexTextToBinary( PAnsiString( TRecordBuffer( Data ))^,
> which in V4.8.4 read as
> HexTextToBinary( PChar( TRecordBuffer( Data ))^,
clears up this issue.
If you were using a TIB_Grid it could have corrupted the values in memory.
Kind regards,
Jason Wharton