Page 1 of 1
How to execute sweep from IBDAC
Posted: Tue 28 Aug 2012 13:05
by Macma
How to execute sweep on Firebird database from IBDAC?
I can't find any component
Best Regards,
Macma
Re: How to execute sweep from IBDAC
Posted: Wed 29 Aug 2012 09:18
by Macma
Ok i found
TIBCConfigService
procedure SweepDatabase;
but I get this exception 'This is an InterBase 7.5 function. Please upgrade to InterBase 7.5 to use this functonality'.
I use Firebird 2.1
Any hints?
Re: How to execute sweep from IBDAC
Posted: Mon 03 Sep 2012 11:31
by AndreyZ
Hello,
The point is that the TIBCConfigService.SweepDatabase method can be used only for InterBase. To sweep a Firebird database, you should use the TIBCValidationService.SweepDatabase method.
Re: How to execute sweep from IBDAC
Posted: Mon 03 Sep 2012 11:52
by Macma
Thanks this is what I'm looking for.
Best Regards,
Macma
Re: How to execute sweep from IBDAC
Posted: Mon 03 Sep 2012 11:53
by AndreyZ
If any other questions come up, please contact us.