How to check the intergrity of an Interbase/Firebird database

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sakis
Posts: 8
Joined: Fri 27 Apr 2018 16:15

How to check the intergrity of an Interbase/Firebird database

Post by sakis » Fri 12 Oct 2018 12:42

Hello to all

Is there any way to check the integrity of an Interbase/Firebird database or the tables individually.Any help would be appreciated

TIA
Sakis

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: How to check the intergrity of an Interbase/Firebird database

Post by ViktorV » Fri 12 Oct 2018 14:09

This question is not related to the functionality of our products, but to InterBase/Firebird functionality. Therefore, to obtain the information you need, please refer to the InterBase/Firebird documentation or ask a question at specialized forums.

abak
Posts: 29
Joined: Sat 18 Oct 2014 18:42

Re: How to check the intergrity of an Interbase/Firebird database

Post by abak » Sat 13 Oct 2018 17:59

Hi,
You can use the command line gfix.
https://www.firebirdsql.org/pdfmanual/html/gfix.html

Regards.

Post Reply