From: Warren Young Date: February 10 2006 6:56pm Subject: Re: Stability problems with mysql++ List-Archive: http://lists.mysql.com/plusplus/5473 Message-Id: <43ECE1C9.7090700@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Matthias Braun wrote: > catch (BadQuery er) In addition to what Chris said, you should catch exceptions by reference. Otherwise, you make unnecessary copies of the exception objects.