Subject RE: [IBO] Firebird 2.0 - SchemaCache problem - Patch
Author Jason Wharton
I've logged this in my issues to resolve.

Thanks,
Jason Wharton


> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of Thomas Steinmaurer
> Sent: Saturday, October 01, 2005 10:34 AM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Firebird 2.0 - SchemaCache problem - Patch
>
>
> > Not sure if there are others failing as well, but the one above
> > obviously make troubles.
>
> Another one in:
>
> 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
>