SchemaCache property |
Applies to
TIB_Connection
Declaration
Property SchemaCache : TIB_SchemaCache;
Description
This property stores all of the information that IBO needs to know about the
metadata of the database. Since it is cached here all metadata queries will be
performed once per each connection only.
Ideally, for very low bandwidth connections I want to make the metadata
information stored persistently so that the queries do not need to be done.