Subject Local SchemaCacheDir
Author Ulrich
Hello,

I noticed some strange effect when try to use a local SchemaCache. I
filled TIB_Connection.ChemaCacheDir property with valid path. After
connecting, a directory with the name of the database is build. While
preparing the first SQL-Query which should be executed with a
TIB_Cursor, I can watch some error messages via TIB_Monitor :

..
ERRCODE = 335544569
----*/
/*---
[ 20.02.2005 14:25:37 ]
INTERPRET BUFFER =

ERRCODE = 17
----*/
/*---
[ 20.02.2005 14:25:37 ]
INTERPRET BUFFER = Dynamic SQL Error

ERRCODE = 21
----*/
/*---
[ 20.02.2005 14:25:37 ]
INTERPRET BUFFER = SQL error code = -204

ERRCODE = 13
----*/
/*---
[ 20.02.2005 14:25:37 ]
INTERPRET BUFFER = Table unknown

ERRCODE = 18
----*/
/*---
[ 20.02.2005 14:25:37 ]
INTERPRET BUFFER = IBO$SCHEMA_VERSION

ERRCODE = 20
----*/
/*---
[ 20.02.2005 14:25:37 ]
INTERPRET BUFFER = At line 3, column 1.

ERRCODE = -1

If I switch off the local SchemaCache, there are no error messages at
all.

Any Ideas?

Best regards - Ulrich