Subject Re: [IBO] Undeclared identifier: 'TraceBlobCache'
Author Jason Wharton
What version of Delphi/CPPB are you using?

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Dion Oliphant" <dion@...>
To: <IBObjects@egroups.com>
Sent: Thursday, January 18, 2001 10:55 PM
Subject: [IBO] Undeclared identifier: 'TraceBlobCache'


> 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.
>
>
>
>