Subject | Re: [IBO] Schema Cache |
---|---|
Author | Paul Vinkenoog |
Post date | 2002-08-01T15:35:52Z |
Hi Ales,
then retrieve the table names. And of course the database you are
connected to must contain tables.
Setting SchemaCacheDir is optional; it sets up a local metadata cache,
which is helpful in case of slow connections.
Greetings,
Paul Vinkenoog
(was just setting up some SchemaCache viewing stuff when this message
came in...)
> I would like to use TIB_Connection.SchemaCache.TableNames property,No setting up should be necessary. But you have to connect first and
> but when I want to read it in my code, I always receive an empty
> StringList.
> What properties should I set up to work it properly? The only
> property I set up was TIB_Connection.SchemaCacheDir to existing
> local directory.
then retrieve the table names. And of course the database you are
connected to must contain tables.
Setting SchemaCacheDir is optional; it sets up a local metadata cache,
which is helpful in case of slow connections.
Greetings,
Paul Vinkenoog
(was just setting up some SchemaCache viewing stuff when this message
came in...)