Subject Re: Schema Load
Author fabiano_bonin
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 06:58 PM 18/03/2004 +0000, you wrote:
> >Now i see that even if i disable 'SchemaCacheDir' (as the example
in
> >the previous message) the procedures of the unit IB_Schema.pas are
> >being execute.
> >
> >The big delay is in 'SchemaDefaultedCols' procedure.
> >
> >I don't think these procedures are supposed to be executed when
the
> >SchemaCacheDir is disabled.
>
> You have GetServerDefaults set true?
>
> Helen

Never heard about this property. It's not available in TIBOQuery or
TIBODatabase.

After some search in IBO code i found it in TIB_DataSet children. It
seems it's default is False. I didn't touch this property, as you
can see in my code.