Subject Re: [IBO] Problems in TIB_BlobStream with the last Beta
Author m. Th.
m. Th. wrote:
> BlobNode.BlobFieldNo := FColumn.FieldNo; //<----------------!!!
> blows here!!!

Some corrections / updates.

1. The AV is raised not when the DataSet is open but when the Grid tries
to fetch for the first time data from the Blob fields.

2. The local procedure GetNewBlobNode from TIB_BlobStream.Initialize
(see in IB_Components.pas) has enough references to FColumn without
testing it that is not nil & handling it appropriately.