Subject | Undeclared identifier: 'TraceBlobCache' |
---|---|
Author | Dion Oliphant |
Post date | 2001-01-19T05:55:40Z |
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.
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.