From: Warren Young Date: August 22 2008 5:05pm Subject: Re: A way to copy mysqlpp::StoreQueryResult into a std::map? List-Archive: http://lists.mysql.com/plusplus/7908 Message-Id: <48AEF1D7.6050701@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Alex wrote: > > I'm assuming this bug will be fixed in 3.0.7? You may so assume. You may be wrong, or you may not. :) > "info" incompatible with "i" type It means you're trying to convert a mysqlpp::String to int somewhere and it's not having it because the content of the string isn't an integer. Find out which line the exception is being thrown from, and that will tell you where you've got your types wrong.