From: Warren Young Date: August 31 2004 1:12am Subject: Re: Result: explicit close List-Archive: http://lists.mysql.com/plusplus/3431 Message-Id: <4133D076.8060508@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Andy LaMora wrote: > I would like to explicitly close and release the Result object. I'm working > with a multithreaded application and would just like to be certain. So give each thread its own Result object, or protect the one Result object with a critical section. > (and... is there an API reference someplace for the mysql++ methods?) It appears that the MySQL++ pages have disappeared from mysql.com. I guess I will have to put a copy of the docs up on my site. In the meanwhile, the source distribution has a reference in the doc directory.