Page 2 of 2

Re: FinishDatabase()

Posted: Fri Aug 26, 2011 10:39 am
by Fred
It's only needed for the query, as query return a record list as result. This is this list which needs to be freed.

Re: FinishDatabase()

Posted: Fri Aug 26, 2011 1:29 pm
by Fangbeast
Fred wrote:It's only needed for the query, as query return a record list as result. This is this list which needs to be freed.
Thank you for the definitive answer, I am no longer confused (which is a very strange feeling).