From: Warren Young Date: August 19 2008 9:25pm Subject: Re: A way to copy mysqlpp::StoreQueryResult into a std::map? List-Archive: http://lists.mysql.com/plusplus/7890 Message-Id: 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 19, 2008, at 10:19 AM, Alex wrote: > Now, I'd like to search through the result set until I find the vector > element that matches "test". How would I do this? You would get a book on C++ and read up on the find() algorithm. This is not the place to discuss it.