Subject RE: [IBO] SchemaCache and invalidating local files
Author Jason Wharton
> I'd like to use connection schema cache and it's local files.
> My database
> has proper table (IBO$SCHEMA_VERSION) and when application is
> run for the
> first time, local files are created.
>
> But when I update VERSION_NUMBER column after some metadata
> modifications
> I'd like to have the local files updated automatically after
> connecting to
> the database. How can I achive that.

That should happen automatically.

If the table is there then it will store the last value in the local file
and compare it and automatically refresh it.

Please let me know if that isn't actually happening.

Thanks,
Jason