Subject | Re: [IBO] Firebird 2.0 - SchemaCache problem - Patch |
---|---|
Author | Thomas Steinmaurer |
Post date | 2005-10-01T17:34:26Z |
> Not sure if there are others failing as well, but the one aboveAnother one in:
> obviously make troubles.
procedure SchemaIndexSegmentsInfo( Cn: TIB_Connection;
Tr: TIB_Transaction;
Names: TStrings;
IndexName: string );
Replace:
SQL.Add( 'SELECT RDB$INDEX_SEGMENTS.RDB$FIELD_NAME' );
With:
SQL.Add( 'SELECT S.RDB$FIELD_NAME' );
HTH,
Thomas