> I'm sorry I didn't make myself clearer - every time I run gfix with this > parameters on the database file i get a file with a different hash. Shouldn't > gfix manage orphan pages & other things not classified as errors in just one > go? I made three or four cycles - every time I get no error and every time I > get a different hash.
Each database operation, including gfix, creates a new transaction ID which is stored in the file. So, it is absolutely expected that the hash would change, even if logically row data has changed. The transaction counter is a part of the overall database information. Sean
