How to execute sweep from IBDAC

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Macma
Posts: 10
Joined: Thu 23 Oct 2008 09:02

How to execute sweep from IBDAC

Post by Macma » Tue 28 Aug 2012 13:05

How to execute sweep on Firebird database from IBDAC?
I can't find any component :(

Best Regards,
Macma

Macma
Posts: 10
Joined: Thu 23 Oct 2008 09:02

Re: How to execute sweep from IBDAC

Post by Macma » Wed 29 Aug 2012 09:18

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?

AndreyZ

Re: How to execute sweep from IBDAC

Post by AndreyZ » Mon 03 Sep 2012 11:31

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.

Macma
Posts: 10
Joined: Thu 23 Oct 2008 09:02

Re: How to execute sweep from IBDAC

Post by Macma » Mon 03 Sep 2012 11:52

Thanks this is what I'm looking for.

Best Regards,
Macma

AndreyZ

Re: How to execute sweep from IBDAC

Post by AndreyZ » Mon 03 Sep 2012 11:53

If any other questions come up, please contact us.

Post Reply