Subject Undeclared identifier: 'TraceBlobCache'
Author Dion Oliphant
Hi,

When using the IBO Query component, I get the following error(during
compilation):-

{$IFDEF DEBUG}
procedure TIBODataset.TraceBlobCache( AStrings: TStrings );
begin
InternalDataset.TraceBlobCache( AStrings );
end;
{$ENDIF}

[Error] IBDataset.pas(4926):Undeclared identifier: 'TraceBlobCache'

I am using v3.6Cd

Thanks,
Dion.