Subject RE: IB_Schema
Author Support List
> For performance purposes, in the older version i used, i had to change
> IB_Schema.pas, inserting a 'Exit' in the first line of each procedure
> which tries to query and store database schema information.
>
> Looking at the latest version, i see each procedure has a line similar
> to this:
>
> if VersionInfo = nil then begin
> Exit;
>
> What took me to think maybe there is actually a way to disable schema
> cache nativelly.
>
> Is there such option?

No, such an option doesn't exist.
I think the best thing to do is provide local schema cache files.
Have you looked into this possibility?

Jason