Subject Re: [firebird-support] internal gds software consistency check error
Author Ann W. Harrison
At 12:11 PM 12/16/2004, giovanibettiol wrote:


>Hello!
>
>I'm having the following error when trying to delete a few records
>from a table in my Firebird database:
>
>Unsuccessful execution caused by a system error that precludes
>successful execution of subsequent statements.
>internal gds software consistency check (partner index description
>not found (175)).

It means that you've got a foreign key constraint and one of the
tables (probably the referencing (aka child) table doesn't have an
index defined on its key fields. I think you can drop and
recreate the constraint to fix the problem.

Regards,


Ann