Validating and Repairing a FireBird Database Posted on December 7, 2010 by Randy To validate the database: gfix -v -f database_file To (attempt to) repair the database: gfix -mend database_file
Comments are closed.