Subject Dealing with DB corruption
Author fusion35
Hi :

I have a corrupted DB (one of the table has gone missing) very similar
to the situation described at :
http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_db_corr

I am using IB7.5 and can not find QLI.exe in my bin folder.

I can't see the table either by using ISQL nor is it listed in the
RDB$RELATIONS.

How can I get the table data back?

regards

Devinder

P.S
If I try create table with a nonexistent field name then the table
structure comes back but there is no data in it. Some thing like this :
create table <table name> (tt integer); (tt being a nonexistent field)