Subject Re: [IBO] IB_Schema
Author Helen Borrie
At 12:45 AM 19/09/2007, you wrote:
>Hi all!
>
>Last week i upgraded to latest IBO version.
>
>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?

If you set the connection's SchemaCacheDir property to nil, the local
schema cache won't be enabled.

Helen