Subject Re: [IBO] Undeclared identifier: 'TraceBlobCache'
Author Jason Wharton
You must have the debug option turned on. Comment it out and that should be
fine. This is not a critical method you will need.

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


----- Original Message -----
From: "Dion Oliphant" <dion@...>
To: <IBObjects@egroups.com>
Sent: Sunday, January 21, 2001 5:59 AM
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
>
>
>
>