Subject Re: [firebird-support] garbage collection
Author Ann W. Harrison
Luciano Bellini wrote:
> Hi,
> how can I cause a garbage collection without closing my program ?
> (VB and ADO - firebird 2)

With Firebird, garbage collection is a continuous activity. You don't
have to do anything. If you want to force a complete garbage collection
use gfix -sweep from the command line or through the Services API if
you're using the embedded version.


Regards,


Ann