Subject Re: [IBO] How to detect (Re)Creation of Schema Cache?
Author Artur Anjos
Dany M wrote:
> Sounds neat, Arthur. But if the clients are to access the BLOB would
> they not have to read at least a part of the SchemaCache in order to do
> that?
>
Your "SchemaCache Table" just needs to fields: Version + Blob. Just
don't change them :-).

Use InvalidateAllItems method to force IBO to reload information from
new "SchemaCache" files that are created from Blob.

Artur