Subject IB_Schema
Author fabiano_bonin
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?

Regards,

Fabiano.