From: Warren Young Date: October 12 2009 6:22pm Subject: Re: mysqlpp::Query::store() throws BadQuery List-Archive: http://lists.mysql.com/plusplus/8725 Message-Id: <4AD373F7.6020804@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Paul Hilton wrote: > > The action I need to take is a bit different between these exceptions. You could call BadQuery::errnum() to get the C API error number behind the exception, and special-case things that way. > I've tried browsing the source for mysql++-3.0.9, but can't find it. lib/query.* and lib/exceptions.*