Subject Re: [firebird-support] Re: limbo transaction prevents user login
Author Ann W. Harrison
Guido,
>
> I have done a test and I can connect to the db with ISQL.
>

OK, then the bad table may be one of the user accessible system tables.
I'd try select count (*) from RDB$RELATIONS, the RDB$RELATION_FIELDS,
the RDB$FIELDS ... and continue until you find the bad table. I'd like
to know which it was...

Regards,


Ann