Re: [Firebird-net-provider] Dispose and FbRestore

2011-01-09 Thread Jiri Cincura
On Sun, Jan 9, 2011 at 14:40, Takeshi Kabuto wrote: > Is there a way to close or call the the Dispose function when the > FbRestore class is used? > > Now, FbRestore does not release the fbk file when the FbRestore object > is deleted. I need to force a call to the garbage collector. > > You can t

[Firebird-net-provider] Dispose and FbRestore

2011-01-09 Thread Takeshi Kabuto
Is there a way to close or call the the Dispose function when the FbRestore class is used? Now, FbRestore does not release the fbk file when the FbRestore object is deleted. I need to force a call to the garbage collector. You can test if you call restore.Execute(), then delete restore and fin