Subject Re: performance issue when adding tables
Author Andreas Filsinger
>
> BUT - (jason on board?) if you have "CacheStatementHandles" set to
> true, the Handle of the "cache-update" Statement is still valid, and
> a "drop table " Statement will fail.
>

i must correct: SchemaCaching is NOT responsible for "drop table"
failure. It was a freed TIB_Query that still has handles open. This is
topic of the "object %o is in use" thread.

Andreas