Subject How to set IBODatabase.SweepInterval
Author innoy1k
Hi there,

I have problem to set the SweepInterval in both IBODatabase object or
TIBDatabaseInfo object.

TIBDatabaseInfo.SweepInterval is read only, can not reset.
When I set IBODatabase.SweepInterval := 0, run delphi in debug mode,
the WORD value of SweepInterval stays at 20000.

Is there a way to set SweepInterval from Delphi code instead change
physically through IBConsole?

thanks in advance
Duncan Chen