| Subject | Re: [IBO] IB_Schema | 
|---|---|
| Author | Helen Borrie | 
| Post date | 2007-09-18T15:00:38Z | 
At 12:45 AM 19/09/2007, you wrote:
schema cache won't be enabled.
Helen
            >Hi all!If you set the connection's SchemaCacheDir property to nil, the local
>
>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?
schema cache won't be enabled.
Helen