Subject | Re: [firebird-support] Exception restoring data |
---|---|
Author | Ivan Bogićević |
Post date | 2006-08-30T08:52:42Z |
> internal gds software consistency check (partner index description notRecently I had this kind of error. It is related to inactive index of
> found (175)).
>
> The RDB$FOREIGN14 index is on the table that will not let me delete data.
>
> What should i be looking at?
a primary key constraint.
1. Identify which foreign key constraint is related to RDB$FOREIGN14
index. You need to query system tables for that.
2. Find out which table is referenced by foreign key constraint.
3. Activate primary key index of that table.
That should be it.
PS: Maybe you restored the database with -i switch.
Ivan.