From: Warren Young Date: August 13 2008 11:56am Subject: Re: A way to copy mysqlpp::StoreQueryResult into a std::map? List-Archive: http://lists.mysql.com/plusplus/7863 Message-Id: <69313708-787F-47B9-AA3A-B2D8324D9A18@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v928.1) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Aug 13, 2008, at 3:51 AM, Alex wrote: > I'm wondering if there's a way to copy the mysqlpp::StoreQueryResult > into a > std::map I define. Not as such, but have you looked at Query::storein()? If that isn't suitable for some reason, you can hand-roll what you need with Query::for_each().